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

https://github.com/husseinhareb/pomodoro

A pomodoro timer written with React
https://github.com/husseinhareb/pomodoro

Last synced: 3 months ago
JSON representation

A pomodoro timer written with React

Awesome Lists containing this project

README

        

# Pomodoro
A pomodoro timer written with [React](https://react.dev/).

![Screenshot from 2024-03-01 22-49-24](https://github.com/husseinhareb/Pomodoro/assets/88323940/35a99174-235f-4038-b05f-f1807fc2c053)

This Pomodoro Timer is a simple productivity tool that helps you stay focused and manage your time effectively.

https://github.com/husseinhareb/Pomodoro/assets/88323940/e94a1707-b9dd-4ccf-b65d-75fe81356db5

With this timer, you can easily switch between Pomodoro sessions, short breaks, and long breaks, allowing you to customize your work intervals according to your preferences.

Simply set the duration for each Pomodoro session, short break, and long break, and the timer will notify you when it's time to switch tasks.

![Screenshot from 2024-03-01 22-53-21](https://github.com/husseinhareb/Pomodoro/assets/88323940/ed32ff14-36b1-4092-99da-1068c43bf21b)

Stay organized, stay productive, and conquer your tasks with this customizable Pomodoro Timer.

### Getting Started

Follow these steps to run the app locally:

1. **Clone the repository**:

```
git clone https://github.com/husseinhareb/Pomodoro
```

2. **Install dependencies**:

```
cd Pomodoro/
npm install
```

3. **Run the application**:

```
npm start
```

## Contributing

Contributions are welcome! If you'd like to contribute:

Fork the repository.
Create your branch: git checkout -b feature/YourFeature.
Commit your changes: git commit -m 'Add some feature'.
Push to the branch: git push origin feature/YourFeature.
Submit a pull request.

## Licence

This project is licensed under the [MIT License](https://github.com/husseinhareb/Pomodoro/blob/main/LICENSE).