Deployed here: https://laughing-ramanujan-2c26b8.netlify.app/
This project was created for Flatiron School's module 3 assignment. The frontend was built with vanilla object-oriented JavaScript and its backend was developed with Rails. Data is fetched from The Movie Database, an external API.
- Link to the backend
- JavaScript
- Semantic UI - CSS Library
- JQuery - JavaScript library
To get started, you will only need to clone and open in your code editor.
In your terminal...
-
Install
$ git clone $ cd [repo location] $ npm install
-
Launch
$ open index.html