⚡️ Todo list that work 2x faster through hyper-focus.
-
Stay in Flow. Complete task after task without searching for what to do next. Constant flow state.
-
Hyper Focus. Your current task stays pinned on screen so you know where to focus, at all times.
-
Self-Tracking. Dig into your productivity and watch your progress with our dashboard.
OS X & Linux:
npm install
Install the dependencies...
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv
commands in package.json to include the option --host 0.0.0.0
.
- 0.0.1
- Work in progress
Ricardo Joson – @rrjoson – rrjoson08@gmail.com
Distributed under the XYZ license. See LICENSE
for more information.
https://github.com/rrjoson/slash-pwa
- Fork it (https://github.com/rrjoson/slash-pwa/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request