Today I want to practice what I’ve been learning in Python around data structures by building an application that will allow a user to sign up, log in, then add values to different metrics – all of which point towards the user achieving their goals. There won’t be a database for this app, just storing the user values in a key-value dictionary, but hopefully this will be a good exercise for testing what I’ve learned. I can use this in my own life as I’m constantly trying to keep track of my efforts leading to bigger goals- I’m hoping to build something simple, clean, and useful.