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.
- Add new tasks โ
- 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