Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arnaiz23/tauri-pomodoro

Basic pomodoro desktop application
https://github.com/arnaiz23/tauri-pomodoro

pomodoro tauri typescript zustand

Last synced: 23 days ago
JSON representation

Basic pomodoro desktop application

Awesome Lists containing this project

README

        

# Pomodoro - Tauri

Basic pomodoro application created with Tauri

## Badges

![Tauri](https://img.shields.io/badge/tauri-000?style=for-the-badge&logo=tauri)
![TypeScript](https://img.shields.io/badge/typescript-000?style=for-the-badge&logo=typescript)

## Screenshots

### Dark mode

![Dark mode](./screenshots/dark-mode.png)

### Light mode

![Light mode mode](./screenshots/light-mode.png)

## Installation

Install my-project with npm

```bash
git clone https://github.com/Arnaiz23/tauri-pomodoro.git
cd tauri-pomodoro
npm install
npm run tauri build
```

## Run Locally

Clone the project

```bash
git clone https://github.com/Arnaiz23/tauri-pomodoro.git
```

Go to the project directory

```bash
cd tauri-pomodoro
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run tauri dev
```

## Authors

- [@Arnaiz23](https://www.github.com/Arnaiz23)