Skip to content

Latest commit

Β 

History

History
81 lines (54 loc) Β· 2.35 KB

File metadata and controls

81 lines (54 loc) Β· 2.35 KB

Features β€’ Planned Features β€’ Screenshots β€’ Downloads β€’ Getting Started

Cooknotes

Cooknotes is a local-only recipe management app.

⭐ Features

  • Local Storage: All your recipes are saved locally on your device, ensuring data privacy and offline access.
  • Recipe management: Create, edit, and delete recipes easily.
  • Free and open source
  • Easy to use and clean UI
  • Dark mode and Light mode
  • Multi-language support
  • Share your recipes as PDF

πŸ†• Planned Features

  • Last open recipes: Last recipes you opened for quick access
  • Keyboard shortcuts
  • Import and export recipes in a single .zip or .tar file

Contributions and suggestions are always welcome.

πŸ“Έ Screenshots

View mode

Edit mode

Settings

πŸš€ Getting started

To run the application locally, you need to install the required dependencies. Refer to the Tauri documentation for detailed instructions on setting up the development environment on different platforms.

This project uses the following versions:

  • Node.js v22.14.0
  • Rust v1.84.1

1. Clone the repository

git clone git@github.com:moaqz/cooknotes.git --depth 1
cd cooknotes

2. Install dependencies

pnpm install

3. Verify the installation

To confirm that all dependencies are correctly installed, run the following command:

pnpm tauri info

This will display information about the installed Tauri dependencies and their configuration on your platform.

4. Run the application

pnpm tauri dev

πŸ“¦ Downloads

Platform Version Download
Windows GitHub releases Download
Linux GitHub releases Download
MacOS GitHub releases Download