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.
- 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.
- Java 14 or later
- A terminal or command prompt
Note-Taking Application Menu:
- Add Note
- View Notes
- Update Note
- Delete Note
- Exit Enter your choice: 1 Enter note title: My First Note Enter note content: This is the content of my first note. Note added!
This project is licensed under the MIT License - see the LICENSE file for details.