MovieMate is a web application for searching, rating, and managing your favorite movies. Built with React, it allows users to search for movies, view details, rate them, and keep track of watched films.
- Search for movies using an external API
- View detailed information about each movie
- Add movies to your watched list
- Rate movies and manage your ratings
- Responsive and user-friendly interface
- Node.js (v14 or higher recommended)
- npm (comes with Node.js)
- Clone the repository:
git clone https://github.com/Brzana/MovieMate.git
- Navigate to the project directory:
cd MovieMate - Install dependencies:
npm install
- Add your API key:
- Create a file named
APIkey.jsin thesrcfolder and export your movie API key.
- Create a file named
npm startThe app will run locally at http://localhost:3000.
This project was created with the help of Jonas Schmedtmann's course.
This project is for educational purposes.