An open API service indexing awesome lists of open source software.

https://github.com/TBosak/notomato

🍅📝Pomodoro notes app built in Ionic & Angular frameworks, using Dexie.js to persist tasks/notes in IndexedDB📝🍅
https://github.com/TBosak/notomato

angular dexiejs docker docker-image documentation indexeddb ionic material-ui notes pomodoro self-hosted time-tracker vercel vercel-deployment

Last synced: 4 months ago
JSON representation

🍅📝Pomodoro notes app built in Ionic & Angular frameworks, using Dexie.js to persist tasks/notes in IndexedDB📝🍅

Awesome Lists containing this project

README

          

# 🍅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](https://en.wikipedia.org/wiki/Pomodoro_Technique) 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✅
- [Node.js](https://nodejs.org/en/download/)
- [Ionic CLI](https://ionicframework.com/docs/installation/cli)

## Installation⬇️
1. Clone the repository:
git clone https://github.com/TBosak/notomato.git

2. Navigate to the project directory:
cd notomato

3. Install dependencies:
npm install

## Usage📝
1. Serve the application:
ionic serve

2. The application will be available at `http://localhost:8100/`

## Running in Docker🐋
1. docker pull tbosk/notomato:latest
2. 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](https://opensource.org/licenses/MIT).

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=V5LC4XTQDDE82&source=url)