This project is a simple Python habit tracker that allows users to add and view daily habits. The goal of the project is to practice working with basic data structures and functions in Python.
- Add new habits
- View stored habits
- Simple and easy-to-use structure
- Python
- Run the program using: python tracker.py
- Use the provided functions to add and view habits.
- Working with lists and dictionaries
- Writing reusable functions
- Managing simple data in Python