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

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.

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.