Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krau5/pomo
Pomodoro app using React, TypeScript & Vite
https://github.com/krau5/pomo
emotionjs hacktoberfest react redux-toolkit typescript vite
Last synced: 4 days ago
JSON representation
Pomodoro app using React, TypeScript & Vite
- Host: GitHub
- URL: https://github.com/krau5/pomo
- Owner: krau5
- License: mit
- Created: 2022-08-27T10:51:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T22:35:32.000Z (8 months ago)
- Last Synced: 2024-03-24T22:33:24.229Z (8 months ago)
- Topics: emotionjs, hacktoberfest, react, redux-toolkit, typescript, vite
- Language: TypeScript
- Homepage: https://pomodorro.surge.sh/
- Size: 1.63 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![preview](https://user-images.githubusercontent.com/52201020/205913761-216dc079-90fe-420d-8544-dd3badaefce4.png)
# Pomodoro Timer
Pomodoro technique helps you to manage your time and work on a task without any distractions.
It is also beneficial as it helps you to become more disciplined and think about your work.
This technique is designed to combat multitasking and improve concentration.This repo contains a web-version of a simple multiplatform Pomodoro Timer.
Pomodoro will help you manage your time and let you focus on any tasks.
The app is written using React.js with a Vite as a bundlerPlease, feel free to fork, add features and create pull requests so that everybody can experience the features you've built.
All the contributions are highly encouraged.## Installation and local launch
1. Clone this repo: `git clone https://github.com/krau5/pomodoro.git`
2. Run `npm ci` in the root folder
3. Run `npm run dev`
4. If you want to use pre-commit hooks, you should also run `npm run prepare`## License
MIT — use for any purpose. Would be great if you could leave a note about the original developers. Thanks!