Skip to content

NotesApp is a simple text-based Java application that allows users to write and view notes via the console. Notes are stored persistently using Java’s FileWriter and BufferedReader, making it a great starter project to learn file input/output (I/O) in Java.

Notifications You must be signed in to change notification settings

AmanVerma8840/Java-File-I-O-Notes-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

NotesApp - Java File I/O Project:

Objective:-Build a simple text-based Notes Manager using Java File I/O. This application allows users to write and view notes, which are saved persistently to a local file.

#Features:

  • Write custom notes to a file
  • View all saved notes
  • Data is stored using FileWriter and read with BufferedReader
  • Simple menu-dr

About

NotesApp is a simple text-based Java application that allows users to write and view notes via the console. Notes are stored persistently using Java’s FileWriter and BufferedReader, making it a great starter project to learn file input/output (I/O) in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages