A simple note-taking app built using Tauri, Next, TypeScript, and Chakra UI.
- Create and organize notes by tags
- Markdown support for formatting and adding links
- Dark mode support
- Keyboard shortcuts for quick navigation
- Clone the repository
git clone https://github.com/akwanmaroso/noted-app
- Install dependencies
yarn install
3.Run the app in development mode
yarn tauri dev
- Build the app for production
yarn run build