Skip to content

⏳ 🍅 A react redux looping timer to for custom pomodoros & work blocks.

License

Notifications You must be signed in to change notification settings

rae-ralston/loops-work-blocks

Repository files navigation

Loops ⏳

A looping work block timer.

This is a flexible and customizable timer that will help you sink into a great work day. With this tool you can create and track customized time blocks. Great for tracking pomodoros!

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Fork and clone this repository to your local machine.

Installing

A step by step series of examples that tell you have to get a development env running

Install dependencies

npm install

Start the local server

npm start

Running the tests

npm test

Data Structure (WIP)

users id name themeid

timers id userid totalloops subtimers [{ id timerid totaltime currenttime order }]

themes id

Built With

Stack

  • react
  • redux

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments