A fullstack mock video streaming website built during Brainstation Web development bootcamp.
A mock video streaming website with a NodeJS/ExpressJS backend. The site is fully responsive, features an upload function, and unique pathways for each video. This repo contains the front end portion for the website only. You can find the backend codebase here.
axios, momentJS, react, react-dom, react-router-dom, react-toastify, sass, javascript, create-react-app
To install the project, please download/clone this codebase and the corresponding local back end server.
Use the command npm i
or npm install
to download required dependencies, and launch the front end website using npm run start
.