Movie Library App build on vanilla javascript.
- extract the zip file
- get inside the directory
- run
npm install
- run
npm start
- State-based vanilla JS app.
- Movies List displays the data from API and that are not yet added to the My Library.
- My Library displays movies added to the Library.
- Sort Movies using Year and Title and toggle the order.
- Search Movies.
- The Search and Sort filters are persistent throughout the renders.
- Add/Remove/List/Search Movies.
- SASS is used as a preprocessor for Styling.
- Gulp used with Babel for ES6
- BrowserSync used for the server and hot reloading
- Vanilla JavaScript (ES6)
- SASS
- HTML5
- Gulp
- BrowserSync
- Babel