Selfie is a personal web app for managing time and tasks of students, divided in four sections:
- 📆 Calendar with recurring events and notifications
- ✅ Activities management (To-Dos)
- 📝 Notes (in markdown too!)
- 🍅 Pomodoro timer with real-time sharing
- Patrick Alfieri - patrick.alfieri@studio.unibo.it
- Sofia Colombo - sofia.colombo6@studio.unibo.it
- Salvatore Pizzolanti - salvatore.pizzolanti@studio.unibo.it
For more information, please refer to the documentation in /docs.
git clone https://github.com/hyspxt/selfie-tw.git
cd selfieThen, launch npm install both in /server and /client.
├── client/
│ ├── public/
│ ├── src/
│ │ ├── assets/
│ │ ├── components/
│ │ ├── pages/
│ │ ├── services/
│ │ └── styles/
│ └── vite.config.js
└── server/
├── config/
├── controllers/
├── middlewares/
├── models/
├── routes/
├── server.js
├── services/
└── utils/
License: MIT