Notomato
🍅📝Pomodoro notes app built in Ionic & Angular frameworks, using Dexie.js to persist tasks/notes in IndexedDB📝🍅
Install / Use
/learn @TBosak/NotomatoREADME
🍅Notomato🍅
A Pomodoro task management application built with Ionic framework using Dexie.js to persist tasks/notes in IndexedDB.
Features🎉
- 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...)
Requirements✅
Installation⬇️
-
Clone the repository: git clone https://github.com/TBosak/notomato.git
-
Navigate to the project directory: cd notomato
-
Install dependencies: npm install
Usage📝
-
Serve the application: ionic serve
-
The application will be available at
http://localhost:8100/
Running in Docker🐋
- docker pull tbosk/notomato:latest
- docker run -d --name notomato -p 8080(or whatever port you like):80 tbosk/notomato
Contributions🛂
If you find a bug or want to request a feature, please open an issue. Pull requests are welcome.
License📜
notomato is open-sourced software licensed under the MIT license.

