- Clone repository
- Rename the .env.example file (will be in the root of the project) to .env and set the env variable to key provided by - https://developer.themoviedb.org/docs/getting-started
- Run the following script in terminal: npm install
- Run the following script in terminal: npm run start
- Navigate to http://localhost:5173 in your browser
- To run tests, run the following script in terminal: npm run test
- Search for movies by name and display results
- Add movies to watched list
- Display movie details ("Title", "Overview" and "Release Date").
- Pagination