https://github.com/p32929/personaldiary
A personal diary writer created using C
https://github.com/p32929/personaldiary
c c-programming c-programming-language c-programms diary diary-application diary-management personal personal-diary
Last synced: 8 months ago
JSON representation
A personal diary writer created using C
- Host: GitHub
- URL: https://github.com/p32929/personaldiary
- Owner: p32929
- Created: 2016-08-04T13:42:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T13:28:24.000Z (over 9 years ago)
- Last Synced: 2025-01-07T12:47:13.205Z (over 1 year ago)
- Topics: c, c-programming, c-programming-language, c-programms, diary, diary-application, diary-management, personal, personal-diary
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prerequisite
To run this program, you need to have a C compiler installed in your computer/mobile...
# Personal-Diary
This program acts as a Personal Diary that tracks some of your daily activities and saves the activities in a file called Diary.txt
#Changelog:
# [1.0]
[*] Initial release...
# [2.0]
[*] Re-created from scratch
[*] Added ability to use custom date
[*] Removed time
[*] Much more
# [2.0.1]
[*] Bug fixes
# [2.0.2]
[*] Bug fixes
[*] Added serial before the activity name
[*] Changed some words
[*] Changed date formatting
# [2.0.3]
[*] Bug fixes
[*] Added last entry feature
# [2.0.4]
[*] Bug fixes
[*] Activities will no longer be written in one file called Diary.txt
It will be written inside Diary folder in date format like dd-mm-yyyy.txt file
# [2.0.5]
[*] Bug fixes
[*] Now you don't have to think the number of subjects before inputting. Just input 0 when finished subject inputting :)