Design -> Implementation
I continued by implementing my design in code. I spent most of my time figuring out how to programmatically add some fancy lines for the course "journey". I also connected the code I developed today to a GitHub repository and learned how to add a license for my first time!
Thoughts
This was my first time programmatically creating SVG paths. I discovered the smooth curves that are easy to achieve in vector art applications (e.g. Inkscape), require much more effort and carefully calculated placements to produce programmatically. I almost completed the implementation of the UI and only have a bit left. Once I finish the UI, then I will begin working on the back-end!

Log in or sign up for Devpost to join the conversation.