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.
- Host: GitHub
- URL: https://github.com/andre-slr/movies-lists
- Owner: Andre-Slr
- Created: 2025-03-31T22:43:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T02:03:01.000Z (about 1 year ago)
- Last Synced: 2025-04-01T02:30:33.752Z (about 1 year ago)
- Topics: jsx, movies, movies-app-react, react, tmdb-api, vite, web, webapp, website
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.