Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.75 KB

File metadata and controls

31 lines (21 loc) · 1.75 KB

SAPP - A web app that makes studying better!

UCSD students often have trouble maximizing the effectiveness of their study sessions, mainly due to the susceptibility to distractions and procrastination. Our app, “Sapp” offers two main tools to the user: a catalog of study tips and techniques to learn, and a habit tracker to maintain what they learned. To aid students with the issue of distractions and inconsistent studying, we will be implementing a study timer-goal system for the user to stay on track with the goals they set at the beginning of a quarter.

Project Screenshot Project Screenshot Project Screenshot Project Screenshot Project Screenshot

CSE 110 Group Project Team 16 Fall 2024 Roles:

  • Frontend - Hou, Diego, Jiho
  • Full-stack - Joho
  • Backend - Jonathan, Jose

Project Details

Setting Up

Node Version 22.9.0 (highly recommend using nvm, allows us to switch between different versions of node)` Starting the frontend (cd into client -> npm install -> npm start), after these commands you should be able to see the frontend at localhost:3000

Branching Strategy

  • main - This will be our production branch, do not commmit directly here!
  • (sprint number - feature name) - Individual feature branches. These are branches we will be working of on sprints