In follow-up to my last showcase where I made a static website using HTML and CSS, I'm now showing off my next capstone project from the course I've been slowly working my way through - MyBlogApp.
It's a super simple blogging application with actual functionality. You can create posts and see them listed in order of creation, edit and delete them. It's probably a bit of an overstatement to call it an "app" since it has no database to store the data, log-in, or other key features that modern apps have. But it's a pretty big jump in complexity for me from the Serene Sounds static site above.
One thing that I'm really enjoying while working through the course is how everything I build leads to other ideas of what to make next. I'm really itching to learn how to set up a database and the rest of the fundamentals so that I can start building some really useful ideas.
Check it out in the video below - You can't use it yourself since I don't want to pay for hosting for this.