This is a little React project of mine that will generate a random episode of any TV Show you search. There is also a popular page if you are looking for a new show to start. Using The Movie Database API made it very straight forward in fetching data. I also make use of the react-boostrap library for convenient styling. Check it out here! https://random-episode-generator-47b28.web.app/
Clone this repository locally onto your computer and navigate into it via command line, make sure you have node.js installed.
Once in the application, run
npm ci
to install the required dependencies.
Then execute npm run start to run this web app on your local host.