A movie list web application where users can create and share lists anonymously or with their google account. This project was first mocked up using Figma (view design here), then created with React and Firebase for the backend and user authentication.
Node.js >=14.0.0
Npm >= 5.6
Clone the repo
git clone https://github.com/BrianCurrie/you-should-watch
Install dependencies
cd you-should-watch
npm install
Run local development server
npm start