I built a React web application that displays recently released movies with IMDB ratings and additional information. To gather the additional information, I utilized an API, which allows me to pull in data from an external source. I styled the application using the CSS Grid property, which allows for a more flexible and responsive layout. The additional information is displayed using a modal style, which is triggered by a click event. This allows users to view the information in a clean and organized manner without cluttering the main page. The application is designed to be user-friendly and easy to navigate, providing a seamless experience for users. The IMDB ratings and additional information allow users to have a more in-depth understanding of the movies, making it easier for them to decide which movie they want to watch. Overall, the application is built to provide a smooth and engaging experience for users who are interested in recently released movies.