Skip to content

This is a simple web app that gets shows from an API and displays them dynamically.

Notifications You must be signed in to change notification settings

DaveZag/TopShow

 
 

Repository files navigation

TopShow WebApp

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.

Built With

  • Html.
  • CSS.
  • JavaScript.
  • Node.js (npm) & Webpack.
  • API(TvMaze and involvement).

Live Demo (if available)

See Project 🚀

Screenshot

Preview

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

To understand the project you must have a basic knowledge of HTML, CSS and Javascript.

Setup

To run this project one must have Visual Studio (VS) Code installed and running.

Usage

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

Repo Links

Authors

👤 John Mutisya

👤 Dave Zagabe

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used.
  • Microverse for the Apis and project template.

📝 License

This project is MIT licensed.

About

This is a simple web app that gets shows from an API and displays them dynamically.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.3%
  • CSS 35.2%
  • HTML 11.5%