Objective of the week
- Wanted to get familiar with the environment I’ll be working and releasing in
- Just needed to get something started without any big purpose
- Figure out where to store my code, how to deploy, and write a blog pos t
What I built
- I built a static HTML page with a simple piece of JavaScript
- When the page loads, it picks a random idea and displays it
- URL: https://florianhoeppner.github.io/w40-week01/
What was hard / surprising / confusing
- I tried creating three files (index, CSS, script) in Replit and deploying from there
- The Replit AI agent wasn’t helpful, so after a few attempts I switched to GitHub instead
What I’ll do next week
- Add a dialog box and some interaction, still using HTML and JavaScript
Top comments (0)