A movie discovery app that fetches popular movies from The Movie Database (TMDB) API and lets users filter the results internally.
Cinematic Joy lets movie lovers explore popular films in a stylish and intuitive interface. With the help of TMDB API, it displays a list of the current popular movies with all the relevant information and provides a convenient internal filtering mechanism to help users find their desired movies faster.
To run the project locally, you will need to have Node.js installed on your computer.
Clone or download the repository and install the required dependencies by running the following command in the terminal:
npm install
Once the installation is completed, run the following command to start the development server:
npm start
The app will be running on http://localhost:3000/
.
- Fetch popular movies from TMDB API
- Display movie information such as title, release date, rating, overview, and poster
- Internal filtering mechanism to easily find desired movies
If you'd like to contribute to this project, feel free to submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.