I’m brand new to programming. As a learning project, I decided to make a website for a searchable database of which characters were in scenes together in Happy Days. (I thought I’d finish watching Happy Days before I finished making the site, but I was wrong, so it’s incomplete for now!) I’m hosting it on Render:
https://happy-days-character-database.onrender.com/
I made the database using PostgreSQL, the site uses Python/Django, and of course I used HTML and CSS. (Had to figure out some real complicated SQL queries that I’m proud of myself for having figured out!)
I’m eager to hear any feedback anyone might have! (Especially about the layout/appearance! I’m finding that for me, programming is the type of thing I can wrap my head around, but I’m really bad at figuring out what kinds of visuals make sense.)