Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evdmatvey/evd.matvey-pomodoro
Pomodoro desktop application developed with electron
https://github.com/evdmatvey/evd.matvey-pomodoro
electron-app electron-forge react
Last synced: 2 days ago
JSON representation
Pomodoro desktop application developed with electron
- Host: GitHub
- URL: https://github.com/evdmatvey/evd.matvey-pomodoro
- Owner: evdmatvey
- License: mit
- Created: 2024-03-28T11:23:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T08:35:44.000Z (10 months ago)
- Last Synced: 2024-04-17T11:02:34.173Z (10 months ago)
- Topics: electron-app, electron-forge, react
- Language: TypeScript
- Homepage:
- Size: 379 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# evd.matvey - pomodoro
## About
A desktop pomodoro application that allows you to manage your sessions. The settings include the ability to change the time of the work session, the number of sessions, and the theme of the application.
## Technologies
- electron (29.1.5)
- electron-forge (7.3.1)
- react (18.2.0)## Environment
- Node 21
- npm 10## Common setup
Clone the repo and install the dependencies.
```
git clone https://github.com/evdmatvey/evd.matvey-pomodoro.git
cd evd.matvey-pomodoro
``````
npm install
```### Development
Run in development mode.
```
npm run start
```Run tests.
```
npm run test
```Run code format checker.
```
npm run prettier:check
```### Build
Get package.
```
npm run package
```Get package and installer.
```
npm run make
```## Developers
- [evdmatvey](https://github.com/evdmatvey)
## License
Project evd.matvey - pomodoro is distributed under the MIT license.