Skip to content

A beginner-friendly Python CLI to add and view tasks using JSON for storage. Part of my early learning journey in Python, AWS, and software engineering.

Notifications You must be signed in to change notification settings

Rudra-10/Focus-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Focus Tracker CLI

A simple command-line tool to add and view tasks using Python.
This is one of my first beginner projects while learning programming.
It stores tasks in a JSON file so progress is saved between runs.

Features

  • Add new tasks
  • View all tasks with status (Pending/Done)
  • Stores data in a JSON file
  • CLI based: runs in terminal

How to Run

Open terminal inside the project folder and run:

python app.py

About

A beginner-friendly Python CLI to add and view tasks using JSON for storage. Part of my early learning journey in Python, AWS, and software engineering.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages