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.
- Host: GitHub
- URL: https://github.com/emarifer/note-taking-db
- Owner: emarifer
- License: mit
- Created: 2023-01-17T12:33:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T08:26:11.000Z (over 3 years ago)
- Last Synced: 2025-03-13T23:33:00.255Z (over 1 year ago)
- Topics: bootstrap5, react-bootstrap, react-router-dom-v6, reactjs, rust, tanstack-react-query, tauri-app, typescript
- Language: TypeScript
- Homepage:
- Size: 794 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
---