Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miguelitodev/uiclone-twitch

This is a UI Clone of Twitch that is the world's leading live streaming platform for gamers and the things we love. Watch and chat now with millions of other fans from around the world.
https://github.com/miguelitodev/uiclone-twitch

react react-native ts twitch typescript

Last synced: about 2 months ago
JSON representation

This is a UI Clone of Twitch that is the world's leading live streaming platform for gamers and the things we love. Watch and chat now with millions of other fans from around the world.

Awesome Lists containing this project

README

        


UI Clone Twitch


UI Clone Twitch


Github top language

Github language count

Repository size

License

Github issues

Github forks

Github stars


## :dart: About

Twitch is a streaming site that aired in June 2011 as a spin-off from the Justin.tv platform. The main focus of the site is the transmission of video games, including playthroughs, as well as showing various e-sports competitions. Content can be broadcast live or on demand.

## :rocket: Technologies

The following tools were used in this project:

- [React Native](https://reactnative.dev/)
- [TypeScript](https://www.typescriptlang.org/)

## :white_check_mark: Requirements

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :checkered_flag: Starting

```bash
# Clone this project
$ git clone https://github.com/miguelrisquelme/uiclone-twitch.git

# Access
$ cd uiclone-twitch

# Install dependencies
$ yarn install

# Run the project
$ yarn start

# Will generate a QRCode, just need install the expo app on your phone and play
```

## :memo: License

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by Miguel Riquelme

 

Back to top