Set up your Pomodoro Session and add to do tasks on a beautiful dashboard inspired by the momentum dashboard.
Adjust your settings for the Pomodoro Session and Break session from the Settings icon in the top-right corner of the screen.
Made using
- OpenWeatherMap API: https://openweathermap.org/api
- Forismatic API for retrieving quotes : https://forismatic.com/en/api/
- Sass : http://sass-lang.com/
- Jquery : https://jquery.com/
- Jade : https://www.npmjs.com/package/jade
- Unsplash.it for images for public domain use
- Heroku for deploying it with a Node JS build setup : https://devcenter.heroku.com/articles/deploying-php
- Express and Node Js on the backend
- Webpack for build : https://webpack.js.org/
- Chrome Local Storage to store settings, tasks and pomodoro session information
To start locally, you'll need to use the NPM package manager from Node.js. If you do not have it installed, install it from here https://nodejs.org/en/ . Clone this repository, run npm install and use the following command to run the client : npm run startC in a command prompt and npm run runDev to start the server in a separate command prompt.