Skip to content

A simple Python command-line app to manage tasks (add, list, mark done, delete) with persistent storage.

Notifications You must be signed in to change notification settings

ibra-dotcom/task-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ Task Tracker

A simple Python command-line app to manage tasks. You can add tasks, list them, mark them as done, and delete them. Tasks are saved in a JSON file so they persist locally.

๐Ÿš€ Features (so far)

  • Add new tasks โœ…

๐Ÿ“ฆ How to Run

  1. Clone this repository:
git clone https://github.com/ibra-dotcom/task-tracker.git
cd task-tracker

Run the program:
python3 task_tracker.py
Enter a task when prompted.


๐ŸŒฑ Next Steps
List all tasks (Day 3)
Mark tasks as done
Delete tasks

## Day 4 โ€“ Project Progress & Achievements

- Implemented [feature X] (e.g., real-time tank level monitoring with alerts when thresholds are reached).  
- Integrated [technology/tool] (e.g., Python, SQLite, or API endpoints) for persistent data storage and retrieval.  
- Enhanced dashboard visualization with [library/tool] (e.g., Matplotlib, Plotly, or Power BI) for clearer insights.  
- Refactored code for modularity, improving maintainability and enabling future feature expansion.  
- Conducted initial testing with sample datasets, achieving [X%] improvement in tracking accuracy and reducing manual logging by [Y%].  

### Rรฉsumรฉ-Ready Highlight
*Developed a Tank Tracker application with real-t

About

A simple Python command-line app to manage tasks (add, list, mark done, delete) with persistent storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages