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

https://github.com/emarifer/note-taking-db

Note taking desktop application that persists data in a lightweight database (Sqlite) developed with Tauri + Rect-TS.
https://github.com/emarifer/note-taking-db

bootstrap5 react-bootstrap react-router-dom-v6 reactjs rust tanstack-react-query tauri-app typescript

Last synced: 3 months ago
JSON representation

Note taking desktop application that persists data in a lightweight database (Sqlite) developed with Tauri + Rect-TS.

Awesome Lists containing this project

README

          

## Note Taking Database

Note taking desktop application that persists data in a lightweight database (Sqlite) developed with Tauri + Rect-TS.

---

This template should help get you started developing with Tauri, React and Typescript in Vite.

## Recommended IDE Setup

- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)

---

### Screenshot:

---

#### To install the dependencies, run:

```
pnpm i
```

#### To launch the application in development mode, run:

```
pnpm dev
```

#### To build the application for production, run:

```
pnpm build
```

---