Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamrolando88/ultimate-show-guide
If you want to know more about your favorite TV show then you've come to the right place! We want to introduce you this web page that will help you to manage all your favourite TV series from place. You have and index page that will show all your favorites TV series, and also a details popup for each one of the series you are interest on. You can also manage comments and likes for each one of your favorite series separatedly.
https://github.com/williamrolando88/ultimate-show-guide
github-pages html javascript rest-api tailwindcss webpack
Last synced: 7 days ago
JSON representation
If you want to know more about your favorite TV show then you've come to the right place! We want to introduce you this web page that will help you to manage all your favourite TV series from place. You have and index page that will show all your favorites TV series, and also a details popup for each one of the series you are interest on. You can also manage comments and likes for each one of your favorite series separatedly.
- Host: GitHub
- URL: https://github.com/williamrolando88/ultimate-show-guide
- Owner: williamrolando88
- License: mit
- Created: 2021-12-20T19:52:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T18:06:30.000Z (over 2 years ago)
- Last Synced: 2023-03-06T01:03:26.467Z (over 1 year ago)
- Topics: github-pages, html, javascript, rest-api, tailwindcss, webpack
- Language: JavaScript
- Homepage: https://williamrolando88.github.io/ultimate-show-guide/
- Size: 1.95 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ultimate Show Guide
We want to introduce you this web page that will help you to manage all your favourite TV series from place.
### 🖥️ Desktop version
#### Home Page
This page will show your favorite TV series
![home-screenshot](./screenshots/homeScreenshot.png)
#### Comments PopUp
This window will show you the comments and extended information about the selected TV serie
![comments](./screenshots/popUpComment.png)
## ✅ Learning objectives
- Use JavaScript to make websites dynamic and build basic single page apps.
- Send and receive data from an API.
- Use AAA pattern for unit tests.## 🧩 Built With
- HTML
- TailwindCSS
- Javascript
- Linters
- Jest
- Webpack## 📚 Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
For this project you don't need any aditional tools to run it
### Setup
Fork a copy to your repository and clone it locally
### Install
Run `npm install` from your terminal window
### Usage
You can work in your favorite Code Editor
## 💻📱 Live Preview
If you want to see a live demo of this project, [click here](https://williamrolando88.github.io/ultimate-show-guide/)
## Authors
👤 **Anja**
- GitHub: @Anjacodes
- Twitter: @Anja_Schmidt7
- LinkedIn: Anja Schmidt👤 **William Morales**
- GitHub: [@williamrolando88](https://github.com/williamrolando88)
- Twitter: [@WillyMorales93](https://twitter.com/WillyMorales93)
- LinkedIn: [William Morales](https://www.linkedin.com/in/william-rolando-morales/)## 🤝 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!
## 👍 Credits
API for fetching TV series information:
- [TV Maze](https://www.tvmaze.com/api)
## 📝 License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Copyright (c) 2021 Anja Schmidt, William Morales
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.