Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/pomodoro-app
🍅 Time management app.
https://github.com/malcodeman/pomodoro-app
pomodoro-technique pomodoro-timer
Last synced: 11 days ago
JSON representation
🍅 Time management app.
- Host: GitHub
- URL: https://github.com/malcodeman/pomodoro-app
- Owner: malcodeman
- License: mit
- Created: 2018-10-06T20:46:34.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T13:17:00.000Z (over 2 years ago)
- Last Synced: 2024-05-03T01:20:51.235Z (6 months ago)
- Topics: pomodoro-technique, pomodoro-timer
- Language: TypeScript
- Homepage: https://pomotech.surge.sh
- Size: 636 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - pomodoro-app - Small, simple and sweet time management app. (Next.js)
README
# [Pomotech](https://pomotech.surge.sh)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Cypress.io tests](https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square)](https://cypress.io)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/pomodoro-app/blob/master/LICENSE)Small, simple and sweet time management app. Inspired by [Pops](https://www.producthunt.com/posts/pops).
![Screenshot](readme/screenshot.png)
## Table of Contents
- [Usage](#usage)
- [Credits](#credits)
- [License](#license)## Usage
To enable development tools simply add `dev-tools` key to local storage and set it to `true`.
```
npm install
npm dev
```## Credits
Huge ❤️ to:
- [Roman Zimarev](https://emojisounds.appsounds.pro) for providing emoji sounds for free.
## License
Pomodoro is [MIT licensed](./LICENSE).