https://github.com/lilpolymath/movie-info
See ReadMe.md.
https://github.com/lilpolymath/movie-info
Last synced: over 1 year ago
JSON representation
See ReadMe.md.
- Host: GitHub
- URL: https://github.com/lilpolymath/movie-info
- Owner: lilpolymath
- Created: 2019-08-02T11:33:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T13:20:31.000Z (over 6 years ago)
- Last Synced: 2025-01-21T05:42:01.642Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://movieinfojq.herokuapp.com/
- Size: 42 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Movie Info App
## Brief Introduction about the App.
This is a simple app built with JQuery and Javascript. It uses the OMDb API to make requests and also fetch the results.
## Resources you need.
- Grab Axios and JQuery from a Content Delivery Network (CDN) to minimse data usage and easier packing.
- Download the Cyborg theme from Bootwatch.
- Get yor personal APIkey from OMDb and make sure it is activated before you start.
## Things to know.
- A little background about how JQuery works.
- A good understanding about DOM Manipulation.
- How to make requests and parse response with the OMDb or any other API.
## Further Challenge
Try and recreate this app in any freamework of your interest. I would start with React.