Last modified: March 12 2026
This exists now..
Before you start anything, check:
Is nodemon installed?
- npm install -g nodemon
Is nodejs installed?
- Install it yourself somewhere
To start localhost:
- open the project in Terminal
- run 'nodemon server.js'
- open http://localhost:3000/index.html You're done.
Try to break it? Work on improving it? Up to you.. Hopefully I wrote enough comments for it not to be a nightmare to dissect later.
All the server.js stuff is written by Claude, so good luck with that if you ever decide to change anything. Most of the HTML and CSS is written by yours truly, with some advice-garnering from Claude.
Even with that, I spent 5 hours from start to finish on this project. Was it worth it? Probably not.