Skip to content

aikiesan/code_journal

Repository files navigation

Code Journal

A simple command-line application to keep track of your daily coding learnings and progress.

Features

  • Add daily entries with what you've learned
  • View past entries
  • Persistent storage using SQLite database

Setup

  1. Clone the repository:
git clone https://github.com/aikiesan/code_journal.git
cd code_journal
  1. Run the application:
python app.py

Usage

The application provides a simple menu interface:

  1. Add new entry for today
  2. View entries
  3. Exit

Requirements

  • Python 3.x
  • SQLite3 (included in Python standard library)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published