Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.18 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.18 KB

Tutto

Logo!

Yet another To-Do App built with React and Jotai.

Try it out

Features

  • 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

Getting Started

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT