CineVault is a movie app that allows users to discover new movies, search for movies, and view movie details.
- Discover popular and latest movies
- View Movies by Genre
- View movie details including cast, crew, and trailers
- NextJS
- TailwindCSS
- TMDB API
- Clone the repository
git clone https://github.com/abhinandarun-02/CineVault.git
- Install the dependencies
npm install
# or
yarn install
- Start the development server
npm run dev
# or
yarn dev
- Open http://localhost:3000 to view the app in the browser.
- Deployment is done using Netlify