Thanks to visit codestin.com
Credit goes to github.com

Skip to content

H4CK3R01P/Notes-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Java Notes App (File I/O)

πŸ“– Objective

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.


πŸ› οΈ Tools Used

  • Java
  • VS Code / Terminal
  • FileWriter & BufferedReader for File I/O

βš™οΈ Features

βœ… Add new notes
βœ… View all saved notes
βœ… Delete all notes (clear file)
βœ… Persistent storage in notes.txt


πŸ“‚ Project Structure

πŸ“¦ NotesApp ┣ πŸ“œ NotesApp.java # Source code ┣ πŸ“œ notes.txt # Data file (created automatically) ┣ πŸ“Έ screenshot.png # Demo screenshot β”— πŸ“œ README.md # Documentation


πŸš€ How to Run

  1. Clone the repo or copy files.
  2. Compile the Java file:
    javac NotesApp.java
  3. Run the program
    java NotesApp

===== Notes App =====

  1. View Notes
  2. Add Note
  3. Delete All Notes
  4. Exit Enter choice: 2 Enter your note: Finish homework βœ… Note added successfully!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages