https://github.com/tylher/javascript-capstone
A movie database website that displays all the information about a show including the discription and the rating of the show. You can search for a show, like and also comment on any of your favourite show. This project consumed TVmaze api.
https://github.com/tylher/javascript-capstone
babel css html javascript webpack
Last synced: about 1 year ago
JSON representation
A movie database website that displays all the information about a show including the discription and the rating of the show. You can search for a show, like and also comment on any of your favourite show. This project consumed TVmaze api.
- Host: GitHub
- URL: https://github.com/tylher/javascript-capstone
- Owner: tylher
- Created: 2022-04-11T14:36:05.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-10T16:01:13.000Z (about 4 years ago)
- Last Synced: 2025-03-30T00:31:37.893Z (over 1 year ago)
- Topics: babel, css, html, javascript, webpack
- Language: JavaScript
- Homepage: https://tylher.github.io/Javascript-capstone/
- Size: 2.18 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# SHOWNET
> A movie database website that displays all the information about a show including the discription and the rating of the show. You can search for a show, like and also comment on any of your favourite show. This project consumed TVmaze api.
## Built With
- Html
- Css
- Js
- Technologies used:
> webpack,
> AJAX,
> API,
> JSON,
> Gitflow
> ES6
## live
[View live demo here](https://tylher.github.io/Javascript-capstone/)


## video Presentation
[View video demo here](https://drive.google.com/file/d/1DHOFozLknoQlPZEYwmQ3M2Q-20JtXIxw/view?usp=sharing)
## Getting Started
### Prerequisites
You need to have a browser and this tools installed:
- Git
- NodeJS
### Setup
To get a local copy up and running follow these simple example steps:
```
$ git clone git@github.com:jssol/api-based-webapp.git
```
```
$ cd api-based-webapp
```
```
$ npm i
```
```
$ npm start
```
### Usage
To build a version of the website under Development mode:
```
$ npm run dev
```
To build the production version:
```
$ npm run build
```
### Run tests
To run tests in terminal use:
```
npm test
```
### Deployment
To deploy the project to Githubpages run:
```
npm run deploy
```
## Authors
- GitHub: [@tylher](https://github.com/tylher)
- Twitter: [@tylher123](https://twitter.com/tylher123)
- LinkedIn: [Taiwo Adediran](https://www.linkedin.com/in/taiwo-adediran-327654127/)
- GitHub: [@joel-kalema](https://github.com/joel-kalema)
- Twitter: [@JoelJklm](https://www.linkedin.com/in/joel-kalema-30518a230/)
- LinkedIn: [joel kalema](https://twitter.com/JoelJklm)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.

