An open API service indexing awesome lists of open source software.

https://github.com/andre-slr/movies-lists

Web app to search movies, their details, and save them in lists.
https://github.com/andre-slr/movies-lists

jsx movies movies-app-react react tmdb-api vite web webapp website

Last synced: 3 months ago
JSON representation

Web app to search movies, their details, and save them in lists.

Awesome Lists containing this project

README

          

# Movies List App

Basic app to search for movies. You can create your lists or add movies to your favorites. Click on the movies to see details and click on the actors to see their cinematography and biography. It is responsive and works on mobile too.

The lists and favorites work on localStorage so be sure to use it on the same device.

Initially I put some steps to run it locally but I figured out how to get it on Github Pages!

## References

Based on Tech With Tim's video [Learn React With This ONE Project](https://www.youtube.com/watch?v=G6D9cBaLViA).

Used [TMDB´s](https://www.themoviedb.org/) API for consulting the data.