eric2umeh / tv-shows

A JavaScript Project that displays a list of tv shows, and allows users to like, add a comment and view other comments. It is built using JavaScript (ES6 & asynchronous calls), Webpack and tested with Jest

Home Page:https://eric2umeh.github.io/tv-shows/dist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– TV Show

You can use TV Show web app to see all your favorites TV shows information and schedules.

πŸ›  Built With

Tech Stack

Build With

Key Features

  • List main TV shows information and schedule
  • You can like a TV show
  • You can add comments to a TV show
  • You can read comments from other users

(back to top)

πŸš€ Live Demo

(back to top)

Project Presentation Video

(back to top)

πŸ’» Getting Started

Prerequisites

In order to run this project you need: a properly working pc or laptop and a modern web browser.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/anthonymr/js-capstone.git

Install

Install this project with:

  cd my-folder
  git clone https://github.com/anthonymr/js-capstone.git
  npm install

Usage

To run the project, open src/index.html in your web browser.

Run tests

To run tests, run the following commands:

  cd my-folder
  npm test

Deployment

To deply, please run the following commands:

  cd my-folder
  npm run build

APIs

(back to top)

πŸ‘₯ Authors

πŸ‘€ Eric Umeohabike

πŸ‘€ Anthony Martin

(back to top)

πŸ”­ Future Features

  • Add reservations functionality

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, please, share it with your friends.

(back to top)

πŸ™ Acknowledgments

We would like to thank to tvmaze.com for provide us the API used in this project. And special thanks to Microvers team for provide us the API used to store likes and comments.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

A JavaScript Project that displays a list of tv shows, and allows users to like, add a comment and view other comments. It is built using JavaScript (ES6 & asynchronous calls), Webpack and tested with Jest

https://eric2umeh.github.io/tv-shows/dist/


Languages

Language:JavaScript 69.6%Language:CSS 23.1%Language:HTML 7.4%