This Movie app lets you keep track of movies you've watched and haven't watched. This is done by using a Glitch database and OMDb API. With this app you can add, save, edit and delete movie to a Glitch database.
- HTML, CSS, JS, AJAX, Jquery, and Bootstrap
- The Glitch database allows us to save movies
- The OMDb API allows us to include extra information
- Mobile responsive
All you need to get started is to make a js file named keys.js inside the js directory with const OMDP_API = "API_KEY";
in it.
OMDb API