Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 2.02 KB

README.md

File metadata and controls

64 lines (44 loc) · 2.02 KB

code style: prettier

Pomodoro app

A time management application based on the pomodoro technique.
View Demo

About the Project

There are many great pomodoro applications available online; however, I have always wanted to build my own that is suited for my needs so my friend and I created this customizable one.

Features:

  • Customize the styling, such as the font and color.
  • Customize the duration of focus time and break time.
  • Visual indicator for focus time or break time.

Built with

Setup locally

Install dependencies

yarn install

Run the dev environment

yarn dev

Open http://localhost:3000 with your browser to see the application.

Contributing

If you would like to contribute to this project:

  • please fork and clone the repo locally
  • Create an "issue" to describe what you want to work on
  • Submit a pull request.

Thank you very much!

Authors