A Pomodoro task management application built with Ionic framework using Dexie.js to persist tasks/notes in IndexedDB.
- Add task with details of what was accomplished/completed during the Pomodoro session
- Edit existing tasks
- Submit tasks to save them to a sortable and filterable table
- Export tasks in several different formats (e.g. CSV, Excel...)
-
Clone the repository: git clone https://github.com/TBosak/notomato.git
-
Navigate to the project directory: cd notomato
-
Install dependencies: npm install
-
Serve the application: ionic serve
-
The application will be available at
http://localhost:8100/
- docker pull tbosk/notomato:latest
- docker run -d --name notomato -p 8080(or whatever port you like):80 tbosk/notomato
If you find a bug or want to request a feature, please open an issue. Pull requests are welcome.
notomato is open-sourced software licensed under the MIT license.