As part of a personal 30-day tech growth challenge, I built a basic command-line app in Python that lets you save, view, and delete personal quotes.
It’s simple, but the idea is to get more comfortable building real things and sharing them daily. You can run it in a terminal or Jupyter notebook, and it uses just basic Python (lists, loops, functions, etc.).
Would love any feedback from those who've done similar challenges—or thoughts on how to keep growing from here.
Thanks!