The main goal of this project is to create a web site using HTML, CSS, SASS and JavaScript.
The website uses the API TVMaze. The user can search the TV shows included on the database filtering by name. Clicking on the TV show, the user can include the show selected on the list "Favorites". The web also includes a Reset button.
- HTML
- CSS
- SASS
- JavaScript (ES6)
- Clone this repository
- Install the dependencies
npm install
- Run the code
npm start