Skip to content

Personal Diary App Created Using Java . Its simple and easy to read while having proper features such as writing a daily Diary, reading the diary or deleting the diary.

Notifications You must be signed in to change notification settings

Akayxn/Personal-Diary-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Diary Application

A straightforward console-based diary application that allows you to write, read, and manage daily diary entries.

Features

  • Write Diary Entries: Create a new diary entry for the current date
  • Read Past Entries: Browse and read previously written diary entries
  • Delete Entries: Remove unwanted diary entries

Technical Details

  • Written in Java
  • Uses file I/O operations to store diary entries as text files
  • Entries are stored in the src/main/java/ directory

Getting Started

Clone the repository and run the App.java file to start using the application.

git clone [your-repository-url]
cd [repository-name]
javac App.java
java App

Notes

  • You can only create one diary entry per day
  • To finish writing an entry, type diary.close
  • Each entry is saved with your pen name

About

Personal Diary App Created Using Java . Its simple and easy to read while having proper features such as writing a daily Diary, reading the diary or deleting the diary.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages