Streamcast is a front end for a streaming application
LIve preview can be seen at : https://streamcast-webapp.web.app/
Clone down this repository. You will need node and npm installed globally on your machine.
Installation:
npm install
To Run Test Suite:
npm test
To Start Server:
npm start
To Visit App:
localhost:3000/
This project isd eveloped using react and styled components library. This project can be used as a reference to get an idea on developing reusable components using react compount components design pattern.
