Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.22 KB

File metadata and controls

35 lines (26 loc) · 1.22 KB

Simple Note-Taking Application

A simple console-based note-taking application built in Java. This application allows users to create, view, update, and delete notes. It provides a straightforward interface for managing notes, making it easy to keep track of important information.

Features

  • Add Notes: Create new notes with a title and content.
  • View Notes: Display all saved notes with their titles and content.
  • Update Notes: Modify existing notes by changing their title and content.
  • Delete Notes: Remove notes from the list.
  • User -Friendly Menu: Simple console menu for easy navigation.

Requirements

  • Java 14 or later
  • A terminal or command prompt

Example

Note-Taking Application Menu:

  1. Add Note
  2. View Notes
  3. Update Note
  4. Delete Note
  5. Exit Enter your choice: 1 Enter note title: My First Note Enter note content: This is the content of my first note. Note added!

Example Screenshot

Simple Note-Taking Application Screenshot

License

This project is licensed under the MIT License - see the LICENSE file for details.