Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usmansbk/pomofocus
Pomofocus clone built with React & Redux
https://github.com/usmansbk/pomofocus
pomodoro-timer react redux wip
Last synced: 21 days ago
JSON representation
Pomofocus clone built with React & Redux
- Host: GitHub
- URL: https://github.com/usmansbk/pomofocus
- Owner: usmansbk
- Created: 2021-09-29T09:26:19.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-18T01:50:40.000Z (9 months ago)
- Last Synced: 2024-10-18T17:40:27.073Z (2 months ago)
- Topics: pomodoro-timer, react, redux, wip
- Language: JavaScript
- Homepage: https://pomofocus-lite.vercel.app
- Size: 2.87 MB
- Stars: 75
- Watchers: 5
- Forks: 27
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pomofocus Clone
> Pomodoro Timer
![screenshot](./app_screenshot.png)
Pomofocus is a customizable pomodoro timer that works on desktop & mobile browser. The aim of this app is to help you focus on any task you are working on, such as study, writing, or coding. This app is inspired by Pomodoro Technique which is a time management method developed by Francesco Cirillo.
## Features
- Responsive design that works with desktop and mobile
- Color transition to switch moods between work time and rest time
- Audio notification at the end of a timer period
- Customizable timer intervals to suit your preference## Built With
- React
- Redux## Live Demo
[Live Demo Link](https://pomofocus-lite.vercel.app/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- NodeJS - [v16.x](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)### Setup
```bash
git clone https://github.com/usmansbk/pomofocus.git
cd ./pomofocus
```### Install
```bash
yarn
```### Usage
```bash
yarn start
```### Build
```bash
yarn build
```### Run tests
```bash
yarn test
```## Authors
👤 **Babakolo Usman Suleiman**
- GitHub: [@usmansbk](https://github.com/usmansbk)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/usmansbk/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Pomofocus](https://pomofocus.io/app)