Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dxphilo/pomofocus
application implementing the Pomodoro technique of productivity
https://github.com/dxphilo/pomofocus
Last synced: 7 days ago
JSON representation
application implementing the Pomodoro technique of productivity
- Host: GitHub
- URL: https://github.com/dxphilo/pomofocus
- Owner: dxphilo
- License: mit
- Created: 2021-08-25T09:07:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T17:09:22.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T16:30:38.224Z (2 months ago)
- Language: Vue
- Homepage: https://pomodoroio.netlify.app
- Size: 2.75 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pomofocus
Application that implemest the use of the Pomodoro Technique. This technique is a time management method developed by Francesco Cirillo in the late 1980s.
The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks.
![Pomofocus website](/static/pomofocusui.PNG "Pomofocus")
## Build with
- Vuejs
- Nuxtjs
- Auth0
- Tailwind CSS## Features
- Add task to be done.
- Double click task to mark as complete.
- Click x to delete task.
- Log into your account## Coming Soon
- Sync your settings with your account
- Retain reccuring tasks## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out the [documentation](https://medium.com/javascript-in-plain-english/getting-started-with-nuxt-4652bc83ddc6).