/movielist-app

Movies list app using React

Primary LanguageJavaScript

MovieList App

Movielist App lets you seach for movies, get the popular movies from every year using the TMDB api.

MovvieList Home

Implemented features

  • Sort movies using popular genres.
  • Load movies on scroll down.
  • Search bar to search for a specific movie.

Steps to run locally

  1. Clone the repo

git clone https://github.com/GalieoTrover/movielist-app.git

  1. Change directory

cd movielist-app

  1. Install dependencies (node & npm should be present on the system)

npm i

  1. Run the project locally

npm run dev

The project should be running on: http://localhost:5173

Hosted instance

The project is hosted on netlify: https://movvielist.netlify.app/