POLYPLANNER For Cal Poly students who want to schedule their day/week, the PolyPlanner is a scheduling software that helps students efficiently plan their lives and stay on schedule. Unlike Google Calendar, our product is specific for Cal Poly Students, and comes with unique Cal Poly features.
Link to UI Prototype: https://www.figma.com/design/i3rZrmSaJXSQjuH0X7tnE2/calendar-1?node-id=0-1&t=nwZ6mxtg6tbKX0EP-1
Contributing Prettier Standards:
- trailingComma: none
- tabWidth: 4
- semi: true
- singleQuote: false
Development Environment Setup:
Npm installs: npm install date-fn npm install react-icons npm install mongoose npm install mongodb npm install dotenv npm install bcrypt npm install cors npm install jest
Installing Prettier: npm install --save-dev --save-exact prettier
Installing Lint: npm init @eslint/config@latest Answers to questions it will ask you:
with problems javascript react v8 no node npm
Backend testing run with npm test in express-backend