Movie App is a web application that allows users to browse and search for movies by genre and category, as well as view cast information and ratings.
It is built with Next.js, Node.js, Redux Toolkit and CSS.
- Browse movies by popular, top rated, upcoming and now playing categories
- Filter movies by genre and category
- Search for movies by title, keyword
- View movie details, such as overview, genres, runtime, discription and cast
- View movie cast, including name, character and profile image
- View movie ratings from IMDb
- Responsive design that adapts to different screen sizes and devices
To run the project locally, you need to have Node.js and npm installed on your machine. Then follow these steps:
- Clone the repository: git clone https://github.com/sutarrohit/movie-app
- Navigate to the project directory: cd movie-app
- Install the dependencies: npm install
- Create a .env file in the root folder and add your API key from The Movie Database
- Start the development server: npm run dev
- Open http://localhost:3000 in your browser to see the app