An open API service indexing awesome lists of open source software.

https://github.com/taurusilver7/pomodoro-timer

A react powered pomodoro-timer with custom countdown feature.
https://github.com/taurusilver7/pomodoro-timer

Last synced: over 1 year ago
JSON representation

A react powered pomodoro-timer with custom countdown feature.

Awesome Lists containing this project

README

          

# Pomodoro Timer

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

```bash
npx create-react-app
# or
npm run start
```

## Build

Refactor the starter template.
Create a Timer component and import [react-circular-progressbar](https://www.npmjs.com/package/react-circular-progressbar) dependency.

Create component buttons to add into the UI.

Set the Timer component to note down the state changes and update new states to the context.

Add styles to the `App.css` and slider styles into the `slider.css`.