Gopher Major Planner is a tool for students at the University of Minnesota who are planning on pursuing a combination of majors and minors. It helps students make informed decisions regarding their majors and minors and courses by offering tailored insights based on intended major and previous/interested coursework.
Step 1: Enter Your Major
Step 2: Enter Your Courses
Step 3: Plan Your MajorsUse desktop for best experience!
To run frontend:
- cd MmOverlap
- cd frontend
- npm run dev
- Go to http://localhost:5173/
To run backend:
- cd MmOverlap
- cd backend
- npm run dev or npm start
- Go to http://localhost:3000/