Yet another To-Do App built with React and Jotai.
- Add, Edit, Delete Tasks
- Record the time spent on a task
- Add a description to a task in Markdown
- Create, Edit, Delete Notes
- View history of tasks
- Summary of tasks with time spent on each X time unit
- Custom fields
- Custom field filters
- Task and note templates
- Projects and workspaces
- Javascript Modules
- Pomodoro
- Electron port
- Sounds
- Local Notifications
- GPT-3 Actions
You can try out Tutto by using the hosted application at tutto.surge.sh.
If you are willing to use the application locally, you can run it by cloning the repository and running a local server.
git clone [email protected]:Angele91/tutto.git
cd tutto
npm install
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.