Simple Java CRUD project about notes transactions
This is a simple console-based Notes Application built with Java.
It allows users to add, remove, update, and list notes using a clean, menu-driven interface.
I created this project to practice core Java concepts and object-oriented programming.
- Add a new note (title, content, creation date)
- Remove a note by its title
- Update an existing note
- List all saved notes
- Menu-driven console interface
- Object-oriented design using
NoteandNoteManagerclasses