stefaluc / twitch-stream-search

React & Redux SPA that queries and displays info from the Twitch API
http://twitch-stream-search.herokuapp.com
0 stars 0 forks source link

Twitch Stream Search

Twitch Stream Search is a SPA bootstrapped with Create React App and based in React and Redux. It sends queries to the Twitch API based on user input. Isomorphic fetches are handled through Redux Thunk middleware in order to asynchronously display the data to the user. UI components are styled through Material UI as well as regular CSS. The application is built and bundled through Create React App's Webpack and then deployed to a free Heroku instance.

Check it out