A small project to train my JavaScript skills.
Go to file
Marc Koch 55eebe2603 🎉 Initial commit 2025-09-08 19:24:30 +02:00
.idea 🎉 Initial commit 2025-09-08 19:24:30 +02:00
resources 🎉 Initial commit 2025-09-08 19:24:30 +02:00
LICENSE 🎉 Initial commit 2025-09-08 19:24:30 +02:00
README.md 🎉 Initial commit 2025-09-08 19:24:30 +02:00
index.html 🎉 Initial commit 2025-09-08 19:24:30 +02:00
script.js 🎉 Initial commit 2025-09-08 19:24:30 +02:00
style.css 🎉 Initial commit 2025-09-08 19:24:30 +02:00

README.md

Guest Book

A small project to train my JavaScript skills.

This project consists of a simple HTML page with some CSS and JavaScript.

The user can input a name and a message which will be displayed on the site. The message will be sent to a ntfy server. Messages will be streamed from the server and displayed immediately on the page.