Skip to content

quibaritaenperdresatrompe/pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍅 Pomodoro

CD Netlify Status

Manage and monitor your work sessions with Pomodoro method on a single app.

Inspired by https://github.com/kigiri/timer.

Features

  • Start a work or break session
  • Set an emoji to illustrate the session
  • Play an alarm on timer expiration
  • Mute the alarm
  • Create a nicer alarm sound with the Web Audio API Use a nicer alarm
  • Add a light/dark theme selector
  • Make the alarm sound customizable
  • Store (on browser Local Storage) and visualize past sessions
  • Store (on Firebase) and visualize past sessions, n.b. Google Sign-In integration is required

Available Scripts

In the project directory, you can run:

start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

commit

Run the git-cz CLI to generate commit messages according to the Conventional Commit specifications.

format

Prettify code with Prettier.

See configuration on @qbaepst/prettier-config package.

lint

Lint code with ESLint.

release

Create a release with semantic-release.