Skip to content

codebysevval/basic-note-application-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

basic-note-application-java

Simple Java CRUD project about notes transactions

πŸ“ Notes Application (Java Console Project)

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.


πŸš€ Features

  • 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 Note and NoteManager classes

πŸ“ Project Structure

About

Simple Java CRUD project about notes transactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages