MovieBuzz is a simple IMDb-like app where users can discover new movies using the TMDb API. Users have the ability to add their favorite movies to a list. This app is built using class components.
To run MovieBuzz locally, follow these steps:
- Clone the repository:
git clone https://github.com/MehraDevesh2022/MovieBuzz.git cd MovieBuzz
- Install the dependencies:
npm install
- Start the app:
npm start
- Open http://localhost:3000 to view it in the browser.
- Browse New Movies: Explore a diverse catalog of new movies fetched from the TMDb API.
- Add to Favorites: Mark your favorite movies and create your personal watchlist.
- Responsive Design: Enjoy MovieBuzz on both desktop and mobile devices.
- Launch the app and browse through the list of new movies.
- Click on a movie to view more details.
- To add a movie to your favorites, click the "Add to Favorites" button.
- Access your favorites list from the "Favorites" section in the navigation menu.
- React: JavaScript library for building user interfaces.
- TMDb API: Source of movie data and information.
- Class Components: Utilized to manage state and lifecycle events.
- CSS: Custom styling for a user-friendly interface.
- Contributions are welcome! If you find any issues or have suggestions, feel free to create a pull request or open an issue.