Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alitursucular/cloud-remote-and-tv-part3-tv
A single-page app that pretends to be a television. It displays the channel number and name on top of a channel image. It listens to server changes and updates the displayed image if there is a change.
https://github.com/alitursucular/cloud-remote-and-tv-part3-tv
react react-query storybook styled-components zustand
Last synced: about 1 month ago
JSON representation
A single-page app that pretends to be a television. It displays the channel number and name on top of a channel image. It listens to server changes and updates the displayed image if there is a change.
- Host: GitHub
- URL: https://github.com/alitursucular/cloud-remote-and-tv-part3-tv
- Owner: alitursucular
- Created: 2022-11-26T01:55:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T15:25:39.000Z (about 2 years ago)
- Last Synced: 2024-10-24T13:40:24.292Z (3 months ago)
- Topics: react, react-query, storybook, styled-components, zustand
- Language: JavaScript
- Homepage: https://alitursucular.github.io/cloud-remote-and-tv-part3-tv
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cloud Remote and TV - Part 3 - TV
This fun project has three parts:
- [Part 1 - Microservice](https://github.com/alitursucular/cloud-remote-and-tv-part1-microservice): Serverless functions with admin privileges interact with Firstore, and return data for the UI. It is powered using Express - Node.js and Firebase.
- [Part 2 - Remote Controller](https://github.com/alitursucular/cloud-remote-and-tv-part2-remote): A digital remote controller which performs channel changes. It also displays the current channel number and invalidates the current channel query when a channel update is made. It is powered using React, Storybook, styled-components, react-query and Zustand.
- Part 3 - TV: A single-page app that pretends to be a television. It displays the channel number and name on top of a channel image. It listens to server changes and updates the displayed image if there is a change. It is powered using React, Storybook, styled-components, react-query and Zustand.🚀 See part 3 in action [here](https://alitursucular.github.io/cloud-remote-and-tv-part3-tv).
> _To observe the change, you need to open Part 2 and Part 3 side by side._