A simple text-based notes manager built using Java.
It allows users to add, view, and delete notes. All notes are stored in a file (notes.txt) so they persist even after the program is closed.
- Java
- VS Code / Terminal
- FileWriter & BufferedReader for File I/O
β
Add new notes
β
View all saved notes
β
Delete all notes (clear file)
β
Persistent storage in notes.txt
π¦ NotesApp β£ π NotesApp.java # Source code β£ π notes.txt # Data file (created automatically) β£ πΈ screenshot.png # Demo screenshot β π README.md # Documentation
- Clone the repo or copy files.
- Compile the Java file:
javac NotesApp.java
- Run the program
java NotesApp
===== Notes App =====
- View Notes
- Add Note
- Delete All Notes
- Exit Enter choice: 2 Enter your note: Finish homework β Note added successfully!