An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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.