This is a search app that allows you to find info about TV shows and save your favorite ones. It was first developed under the Adalab Bootcamp Module 3 on JavaScript, and enriched on my own since. Click here to start using the app!
Clone this repo if you wish to work with the code:
git clone https://github.com/Celiamf/your-fav-tv-shows.git
cd your-fav-tv-shows/
This project was developed with node, so you need to run the following commands in your terminal in order to get it up and running.
npm install
npm start
- Type any TV show, click the Search button and get your results from the TVMaze API
- You will see the TV show name, image & rating. If you want further details, click on "More info" and you'll navegate to the corresponding show on TVMaze.
- Click on any TV show to add it to your Favorites list. These will be saved in your local storage, so you won't lose them if you close the app and come back later!
- Click on any of your saved favorite shows to remove it from the list, or click on the Clear list button to remove them all at once.
The code in this project is licensed under MIT license.