Skip to content

Emmyme/cute-notes

Repository files navigation

Cute Notes

A cute, minimalist notes application built with Tauri (Rust), React, and TypeScript. Features a modern glass-morphism design with custom window controls.

Main Interface

Features

  • Glass Morphism UI - Frosted glass effects with subtle blur and opacity
  • Note Management - Create, edit, and delete notes seamlessly
  • Custom Title Bar - Native-feeling window controls
  • Pink Theme - Elegant color palette with gradients
  • Responsive Grid - Clean two-column layout for notes
  • Note Previews - Quick content glimpse with full modal view

Note Modal

Tech Stack

  • Frontend: React + TypeScript + Vite
  • Backend: Rust (Tauri)
  • Styling: Custom CSS with modern effects
  • Desktop: Native window management

Note Editor

Download

Ready-to-use Windows installers are available in the Releases section:

  • Windows: .msi installer and .exe setup

macOS and Linux builds available for developers who build from source.

Getting Started

For developers who want to build from source:

# Clone the repository
git clone https://github.com/Emmyme/cute-notes
cd cute-notes

# Install dependencies
npm install

# Start development server
npm run tauri dev

# Build for production
npm run tauri build

A modern take on note-taking with beautiful design and smooth functionality.