Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# evd.matvey - pomodoro


Logo


Framework-electron
Version-1.0.0(Alpha)
License-MIT

## 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.