/slash-pwa

PWA version of https://getslash.co/

Primary LanguageHTML

Slash PWA

⚡️ Todo list that work 2x faster through hyper-focus.

Issues Forks Stars

  • 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.

Installation

OS X & Linux:

npm install

Development setup

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.

Release History

  • 0.0.1
    • Work in progress

Meta

Ricardo Joson – @rrjosonrrjoson08@gmail.com

Distributed under the XYZ license. See LICENSE for more information.

https://github.com/rrjoson/slash-pwa

Contributing

  1. Fork it (https://github.com/rrjoson/slash-pwa/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request