Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vilarj/movies-app
https://github.com/vilarj/movies-app
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vilarj/movies-app
- Owner: vilarj
- Created: 2024-07-15T16:50:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T11:51:47.000Z (5 months ago)
- Last Synced: 2024-07-17T21:07:00.006Z (5 months ago)
- Language: TypeScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie List
This project allows users to search for movies, view details, and potentially add reviews. The backend can use an API like TMDB (https://www.themoviedb.org/) to fetch movie data and store user reviews in a database. The React frontend can display movie information and user reviews.