Today things took a much more technical turn. I started by reading some articles:

How To Build A Medium Clone With No Code - Bubble

How To Build A Quora Clone Without Code - Bubble

How To Build A Tripadvisor Clone Without Code - Bubble

Then designed some incredibly low-fi prototypes in Bubble to get my backend working.

Here is the editor I will be using to add my posts

Here is the Goal List page in the Bubble Editor:

and here's how the output looks once I configured the database

here is the database in action- it even references 2 other tables. You can see the other databases in the left hand side pane.

Lastly I designed a placeholder for the lesson.

🏁

I had to stop here because I realised the post page will be much more convoluted and if I want to display it correctly I need a couple more fields in my post_content table, as well as a way to loop through all my categories and add an array of posts. Not sure if looping is possible in Bubble, but not too fussed if not. That's something for Tomorrow-Oliwia to figure out!