Warning
This project was created for educational purposes.
This is my personal project to managing my tasks, daily routines, and more. It was also developed as a way to study the React library and modern web technologies.
- Responsive, mobile-first user interface
- CRUD functionality for task managing (not fully implemented yet)
- Drag-andn-drop interactions
- Persistent local storage
- Task sorting and filtration
- Calendar view showing number of tasks per day
- global state managing using zustand
- Tasks lists
- Weekly task scheduler
- Markdown syntax support
- Subtasks
- Export and import of tasks
- Backend synchronization
- Support of multiple users
- flaticon - for site's icons
- React - framework for creation of client-side web app.
- react-router - for routing
- react-compiler - for auto optimizations
- dnd-kit - drag-and-drop library
- react-calendar - react calendar library
- type-doc - for code documentation
No backend has been implemented yet.