Skip to content

How It Works. 1. Add Note → User types a note → saved in notes.txt using FileWriter. 2. View Notes → Program reads file line by line with BufferedReader and displays notes with numbers. 3. Delete Note → User selects a note number → program removes it from the list and rewrites the file. 4. Exit → Closes the app.

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Java-File-I-O-Notes-App

How It Works. 1.Add Note → User types a note → saved in notes.txt using FileWriter. 2. View Notes → Program reads file line by line with BufferedReader and displays notes with numbers. 3. Delete Note → User selects a note number → program removes it from the list and rewrites the file. 4. Exit → Closes the app.

About

How It Works. 1. Add Note → User types a note → saved in notes.txt using FileWriter. 2. View Notes → Program reads file line by line with BufferedReader and displays notes with numbers. 3. Delete Note → User selects a note number → program removes it from the list and rewrites the file. 4. Exit → Closes the app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages