Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giorgiogtelian/reactjspomofocus-develop
https://github.com/giorgiogtelian/reactjspomofocus-develop
mui mui-material react reactjs
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/giorgiogtelian/reactjspomofocus-develop
- Owner: giorgioGTelian
- Created: 2024-09-14T16:52:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T19:20:31.000Z (4 months ago)
- Last Synced: 2024-11-07T21:06:08.518Z (2 months ago)
- Topics: mui, mui-material, react, reactjs
- Language: JavaScript
- Homepage: https://reactjspomofocus-develop.vercel.app
- Size: 2.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
### Install
```bash
yarn
```### Usage
```bash
yarn start
```### Build
```bash
yarn build
```### Run tests
```bash
yarn test
```## Authors
**Giorgio Tassinari**
## 🤝 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)