A React-based movie browsing platform that connects to an external API to display movie ratings and information.
-
Personalized Watchlists:
Users can easily add or remove movies to build their own custom watchlists. -
Sort by Ratings:
Sort movies based on their ratings to discover the top-rated films effortlessly.
- Clone the repository:
git clone https://github.com/your-username/movie-listing-app.git
- Install dependencies:
npm install
- Start the application:
npm start
- React
- External Movie API
- CSS