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
- HTML, CSS, JavaScript & Webpack;
- Visual Studio, Git & GitHub;
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:
- In your terminal, type the following, to clone this repository:
$ git clone https://github.com/VanessaAoki/JS-Capstone.git
- 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.
-
Open the
index.html
file and run the application; -
To run the tests simply type
$ npm test
in your console;
Optionally, you can run the application here.
👤 Chibuike Uzoechina
- GitHub: @Chike1990
- Twitter: @ChibuikeUzoechi
- LinkedIn: @Chibuike-Uzoechina
👩🏼💻 Vanessa Aoki
- GitHub: @VanessaAoki
- Twitter: @VanessaSAoki
- Linkedin: Vanessa Aoki
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.