Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java File I/O – Notes App

A simple Notes Manager application built using Java File I/O.
This app allows you to create and view notes by saving them to a text file using FileWriter and reading them back with FileReader.

Features

  • Add new notes and save them to a file.
  • View saved notes anytime.
  • Persistent storage using plain text files.
  • Simple, efficient, and beginner-friendly code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages