I built a simple Python project that helps students track their study progress.
The app allows users to register questions, submit answers, and store results to see how they are improving over time.
Right now, it runs in the terminal and store…
I built a simple Python project that helps students track their study progress.
The app allows users to register questions, submit answers, and store results to see how they are improving over time.
Right now, it runs in the terminal and stores data locally, but my goal is to keep improving it by adding an API, a database, and eventually connecting it to a mobile app.
This project helped me practice Python fundamentals, data handling, and basic logic for real-world applications.