Movielist App lets you seach for movies, get the popular movies from every year using the TMDB api.
- Sort movies using popular genres.
- Load movies on scroll down.
- Search bar to search for a specific movie.
- Clone the repo
git clone https://github.com/GalieoTrover/movielist-app.git
- Change directory
cd movielist-app
- Install dependencies (node & npm should be present on the system)
npm i
- Run the project locally
npm run dev
The project should be running on: http://localhost:5173
The project is hosted on netlify: https://movvielist.netlify.app/