This web application is a TV series search website where users can search for the title. In addition, users can add series to a list of favorites and this list will be saved in the localStorage so that the information is kept on the page.
- HTML 5.
- CSS - SCSS.
- Gulp
- Js
-
You need to have Node.js installed
-
Clone or download the repository in your computer.
To install local dependencies, type:
This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
|– js
| |– 01-global.js
| |– 02-fetch.js
| |– 03-favorite.js
|