Skip to content

Releases: chukjosh/NoteApp

Initial Release - NoteApp v1.0.0

16 May 23:58

Choose a tag to compare

📘 NoteApp v1.0.0

This is the initial release of NoteApp, a modern, lightweight note-taking application built with Java Swing.


✨ Features in this Release

  • ✅ Clean, modern UI with light and dark modes
  • 📝 Create, edit, save, and delete notes
  • 🔍 Powerful search functionality
  • ⌨️ Keyboard shortcuts for efficient operation
  • 📁 Import and export notes
  • 🗂️ Note categorization
  • 📐 Responsive design

🚀 Installation & Usage

  1. Download the NoteApp.jar from the Releases section.

  2. Run the app using the following command:

    java -jar NoteApp.jar
    
  3. Requires Java Runtime Environment (JRE) 8 or higher.