A secure, terminal-based digital diary built with Go. This app allows you to record your thoughts along with your current emotional state, automatically timestamping every entry.
- Secret Key Access: Your entries are protected by a password gatekeeper.
- Mood Tracking: Categorize your entries by how you feel (Happy, Sad, Confused).
- Persistent Storage: All thoughts are saved locally in a
journal.txtfile. - Timestamps: Every entry is automatically logged with the exact date and time.
- Make sure you have Go installed.
- Clone this repository:
git clone https://github.com
- Navigate to the folder:
cd mood-journal - Run the application:
go run main.go
To change your secret key, open main.go and update the password variable in the Stage 3 section.
- Go (Golang)
bufio&ospackages for file handling.timepackage for logging.
Created with confidence type shii.