https://github.com/aladin002dz/getmoviedata
Find Data about a Movie
https://github.com/aladin002dz/getmoviedata
json-api react webapi
Last synced: about 1 month ago
JSON representation
Find Data about a Movie
- Host: GitHub
- URL: https://github.com/aladin002dz/getmoviedata
- Owner: aladin002dz
- License: mit
- Created: 2019-01-08T16:06:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T19:57:44.000Z (almost 5 years ago)
- Last Synced: 2025-05-07T16:11:42.791Z (about 1 month ago)
- Topics: json-api, react, webapi
- Language: JavaScript
- Size: 1.17 MB
- Stars: 10
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Get Movie Data
Find Data about a Movie, like rating, actors, poster,...
### Check [https://getmoviedata.netlify.com/](https://getmoviedata.netlify.com/)**Web api used [https://omdbapi.com/](https://omdbapi.com/)**
## Roadmap
- [x] Get data locally from netlify lambda function (getmovie).
- [x] Get data from the web api through the netlify lambda.
- [x] Render the result from a child component.
- [x] Get user input.
- [x] Host on netlify.
- [x] Make the UI.
- [ ] Change the web api.
- [ ] Add Trailer Video from another web api.
- [ ] Add link to official website.
- [ ] Make a mobile app version with React Native.## Built with
- [React](https://reactjs.org/) of course.
- [Netlify Lambda](https://github.com/netlify/create-react-app-lambda) to hide client id and secret in the front-end of the web app.
- [Bootstrap](https://getbootstrap.com/).