A single page application that uses the Twitch API to search Twitch channels, retrieve their follower count, and provide a link to their channel.
- ReactJS (Frontend framework)
- NodeJS (Environment)
- ExpressJS (Web server)
- Axios (HTTP Requests)
- Redis (Caching database)
- CSS (Frontend styling)
- Heroku (Application deployment)
- Clone this repo to your desired destination
- Run
npm i
inside the directory to get the needed dependencies - Run
npm run develop
to concurrently run the client and server - The web app will automatically open in your default browser
- Enjoy!
Skip installation and jump straight into the deployed app! https://twitch-user-search.herokuapp.com/
Search the name of your favorite Twitch channels
Click on the channel name to open a tab to their Twitch channel, or simply view their follower count and search another name
Send me an email for any questions about this project @ [email protected]!