A gamified planner complete with a to-do list, calendar, and husky interaction system.
- Email signup and login
- To-do list with categories, descriptions, and points
- Calendar with weekly and monthly view
- Husky interaction and care system
- Husky cosmetics
- React
- React Router DOM
- Axios
- Vite
- Node.js
- Express
- CORS
-
Clone the repo: git clone https://github.com/hcp-uw/plan-with-husky
-
Start the backend:
- cd backend
- npm install
- npm start
-
Start the frontend (in a new terminal):
- cd frontend
- npm install
- npm run dev