- Please download https://nodejs.org/en/
- Ensure you have node js properly installed (if you run
node -v
in your terminal, it should produce something likev17.2.0
- Navigate to this project in your terminal, then run
npm i
--> this should install all the proper dependencies - Run
npm start
- Figma design for StudyScape: https://www.figma.com/team_invite/redeem/JhQPkRcVc9nXcV1Ihlat67
- Google Drive for files: https://drive.google.com/drive/folders/1sb5x4u8oTWo5Bp-GdpWxyjTlaQZ88eQO?usp=sharing
This project was bootstrapped with Create React App.
- React - The Complete Guide (incl Hooks, React Router, Redux) --> please check slack channel for shared Udemy Account
- React Docs
- MDN for HTML/CSS/JS