Welcome to the Movie Search and Rating App! This project allows users to search for movies, view details, and rate them. It's built using modern web technologies and aims to provide a seamless user experience for movie enthusiasts.
- Search for movies by title
- View detailed information about each movie
- Rate movies on a scale of 1 to 10
- View average ratings and number of ratings for each movie
- Add movies to watch list
Follow this link for demo : Moviz-Timz
To get a local copy up and running, follow these simple steps and before that lead to this website OMDB to generate your own API key.
Paste the generated KEY in API_KEY constant in src/App.js and src/components/MoviesDetails.js file.
- OMDB API key
- Node.js and npm installed
- MongoDB installed and running
-
Clone the repository
git clone https://github.com/yourusername/movie-search-rating-app.git
-
Navigate to project dirctory
cd moviz-timz
-
Install NPM packages
npm install
-
Start the development server.
npm start
-
Open browser and Navigate to
http://localhost:3000
Feel free to customize this template to fit the specifics of your project. Let me know if you need any more details or additional sections!