This website features the use of TVMazeAPI (to display major TV shows) and Involvement API (to keep track of comments and likes). The site allows a user to click on various TV shows and be greeted with a popup on some of the show details. We also allow users to leave likes and comments on the videos. Explore the page and have fun!
- HTML, CSS, Javascript
- Webpack
https://dangelo-jan.github.io/KA_Show_Reviews/ click this link for a brief tour of the site and an explanation of a code snippet (https://drive.google.com/file/d/16nJAAvjmc7n28zLtD-a9ChkINAqdnSFw/view?usp=sharing)
To get started please copy the following into your terminal inside your directory of choice: git@github.com:Dangelo-JAN/KA_Show_Reviews.git Next open the project in your favorite text editor and run the following commands in the project's root directory:
npm install npm run build npm start
The final command will open the website live in your default browser. Have fun exploring the page!
This project requires a text editor like VSCode
After following the install steps above, you may run the tests by running npm run test in the terminal
To run the test in your enviroment run the following commands in the project's root directory using the terminal:
npm test
👤 Author1 Aaron Keegan
- GitHub: @AKeeganDev
- Twitter: @AkeeganDev
- LinkedIn: LinkedIn
👤 Author2
- GitHub: @Dangelo-JAN
- LinkedIn: @Dangelo-JAN
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- TVMAZE by it's API: APISource = https://api.tvmaze.com/shows/
- Hat tip to anyone whose code was used
- Thank you Microverse for their curriculum on APIs, Modules, and async JS code. That was a major inspiration for this project
This project is MIT licensed.