Skip to content

hyspxt/selfie-tw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

384 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦥 Selfie

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

Stack

Frontend: React Vite Bootstrap React Router

Backend: Node.js Express.js

Database: MongoDB


Contributors

For more information, please refer to the documentation in /docs.


Getting Started

git clone https://github.com/hyspxt/selfie-tw.git
cd selfie

Then, launch npm install both in /server and /client.

Codebase Structure

├── client/                
│   ├── public/             
│   ├── src/
│   │   ├── assets/
│   │   ├── components/
│   │   ├── pages/
│   │   ├── services/
│   │   └── styles/
│   └── vite.config.js
└── server/
    ├── config/
    ├── controllers/
    ├── middlewares/
    ├── models/
    ├── routes/
    ├── server.js
    ├── services/
    └── utils/

License: MIT

About

Selfie is a personal web app for managing time and tasks of students. Project for 'Tecnologie Web' course University of Bologna.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors