Make smarter decisions. Sidestreet uses Twitter data streams to quantify sentiment and popularity of trending topics, displaying the analysis in a clean charts rendered in Victory JS and React.
- Design Lead, Software Engineer - Sompop Suksawat
- Product Owner, Software Engineer - Andy Brown
- Scrum Master, Software Engineer - Justin Ross
- Software Engineer - Conway Wang
- Fork the repo
git clone https://github.com/CremaLabs/Sidestreet-Analytics.git && cd Sidestreet-Analytics
- Install package dependencies:
npm install
- Transpile react:
npm run compile
- Start the server:
npm start
- Visit the site: http://localhost:3000