A simple command-line application to keep track of your daily coding learnings and progress.
- Add daily entries with what you've learned
- View past entries
- Persistent storage using SQLite database
- Clone the repository:
git clone https://github.com/aikiesan/code_journal.git
cd code_journal- Run the application:
python app.pyThe application provides a simple menu interface:
- Add new entry for today
- View entries
- Exit
- Python 3.x
- SQLite3 (included in Python standard library)