Stream Team is a website that helps you Stream together as a team. This project was a winning submission to Pickhacks 2021.
Created to eliminate the lengthy indecisive phase of stream as a group, the site allows a user to generate a session link based on the streaming service and genres of choice. Each member in the group can use the link to swipe through a list of movies to mark their preferences. Once everyone has chosen, the site will return a list of movies that everyone can unanimously agree on watching.
- React version: 17.0.2
- React-router-dom version: 17.0.2
- Firebase version: 8.3.3
- uuid version: 8.3.2
- Bootsrap version: 4.1.1
- jquery version: 3.4.1
- Fontawesome version: 5.10.0
To run this project, set up a firebase project and enter credentials. Use npm to run
cd pickhacks
npm i
npm start