Skip to content

TechTV is a website that displays the shows that received the highest ratings from viewers every month, it allows users to like and add comments to shows they enjoyed.

License

Notifications You must be signed in to change notification settings

VanessaAoki/JS-Capstone

Repository files navigation

Microverse MIT Licensed GitHub last commit (branch) GitHub Repo stars

JS-Capstone: TechTV

TechTV is a website that displays the shows that received the highest ratings from viewers every month, it allows users to like and add comments to shows they enjoyed.

users are also able to view both the number of comments and likes a show has received from previous viewers.

Watch the video presentation here

Screenshot
Screenshot

Built With

  • HTML, CSS, JavaScript & Webpack;
  • Visual Studio, Git & GitHub;

Getting Started

Running locally

To run this project, you only need a computer with a browser (like Google Chrome, Mozilla Firefox, Microsoft Edge, Apple Safari, etc.) installed, and follow these steps:

  1. In your terminal, type the following, to clone this repository:
$ git clone https://github.com/VanessaAoki/JS-Capstone.git
  1. After, run the following commands in your terminal:
$ cd JS-Capstone
$ npm install
$ npm run build
$ cd dist
What are these commands? - the `$ cd` command is used to move to different folders.
- while `$ npm run build` is used to compile the aplication files.
  1. Open the index.html file and run the application;

  2. To run the tests simply type $ npm test in your console;

Live Server

Optionally, you can run the application here.

Author

👤 Chibuike Uzoechina

👩🏼‍💻 Vanessa Aoki

🤝 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!

📝 License

This project is MIT licensed.

About

TechTV is a website that displays the shows that received the highest ratings from viewers every month, it allows users to like and add comments to shows they enjoyed.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published