This is a simple web app that gets shows from an API and displays them dynamically. The app allows you to comment and like a show. It records the total number of likes in another API and comments per show and it shows comments and a brief description of the show when you click on the comment button.
- Html.
- CSS.
- JavaScript.
- Node.js (npm) & Webpack.
- API(TvMaze and involvement).
To get a local copy up and running follow these simple example steps.
To understand the project you must have a basic knowledge of HTML, CSS and Javascript.
To run this project one must have Visual Studio (VS) Code installed and running.
Clone and access the repository using the following commands on Git Bash:
cd PATH
git clone https://github.com/johnkioko/Api-Capstone-Project.git
cd Api-Capstone-Project
Open the directory in visual studio code by typing the following command in Git Bash:
code .
To install all the dependencies and start the program, use the following commands:
npm install
npm start
- Repository: Api-capstone-project
👤 John Mutisya
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Dave Zagabe
- GitHub: @Dave Zag
- Twitter: @Dave Zagabe
- LinkedIn: @Dave Zagabe
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used.
- Microverse for the Apis and project template.
This project is MIT licensed.