Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 777 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 777 Bytes

Hobby Hacker

Hobby Hacker is a web app that allows people to log and keep track of their hobbies. Create a login, then enter some hobbies to keep track of. You may then navigate to the individual hobby pages and enter time spent on your hobby. The app will then generate a graph, displaying your data, of which you can adjust the timescale. You may hide your past hobbies by setting them to 'Archived'. This will remove them from the main view. You may also delete your hobbies if they are no longer needed.

How to use

Install packages from requirements.txt

Set the variable FLASK_APP = "application.py" in your virtual environment

Navigate to the Project directory and execute the following:

flask run

Requirements

Python3, Flask, CS50, matplotlib, datetime