https://github.com/yazino12/maze-tv
TVMAZE API-based web app, that receives TV show episodes with all data about that TV show. The web app has two interfaces: A home page, showing a list of Tv show episodes you can like, and a popup window with more data about the TV show that you can comment on.
https://github.com/yazino12/maze-tv
javascript webpack
Last synced: about 1 year ago
JSON representation
TVMAZE API-based web app, that receives TV show episodes with all data about that TV show. The web app has two interfaces: A home page, showing a list of Tv show episodes you can like, and a popup window with more data about the TV show that you can comment on.
- Host: GitHub
- URL: https://github.com/yazino12/maze-tv
- Owner: Yazino12
- Created: 2022-04-11T15:09:06.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-09T07:46:14.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T02:22:37.070Z (over 1 year ago)
- Topics: javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 6.42 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Maze TV
> Maze TV API-based webapp, receives TV show episodes with all data about that TV show. The Webapp has two interfaces: A home page, showing a list of Tv show episodes you can like. And a popup window with more data about the TV show that you can comment on.
Demo π
| **Interface 1** |
| :-------------------------------------------------------------------------------------------------------------------------: |
|
|
| **Interface 2** |
| :-------------------------------------------------------------------------------------------------------------------------: |
|
|
## Built With
- HTML, CSS, Javascript, Webpack, Jest, ES6.
## Getting Started
To get a local copy up and running follow these setup steps.
**Setup**
- Open terminal and clone the project: `git clone https://github.com/Yazino12/maze-tv.git`
- cd into the directory `maze-tv`
**Prerequisites**
- You need to have `node.js` installed in your system
**Install**
- On your terminal run : `npm i`
- For Webpack to build and bundle the app files : `npm run build`
- For Webpack to start the development server : `npm run start`
- In case you run into any errors please raise an [issue](https://github.com/Yazino12/maze-tv/issues).
## Live
- Link here: [Live](https://yazino12.github.io/maze-tv/)
## Authors
π€ **CΓ©dric Kossi**
- GitHub: [@kosher9](https://github.com/kosher9)
π€ **Yasin**
- GitHub: [@Yazino12](https://github.com/Yazino12)
## π€ Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a βοΈ if you like this project!
## Credits
- Base API: [TvMaze API](https://www.tvmaze.com/api#show-main-information).
- API to record user interactions: [Involvement API](https://www.notion.so/Involvement-API-869e60b5ad104603aa6db59e08150270).
## Acknowledgments
- This was not possible without the help of [Microverse](https://github.com/microverseinc/curriculum-transversal-skills/blob/main/documentation/hello_microverse_project.md).
## π License
This project is [MIT](./MIT.md) licensed.