https://github.com/charithasrir31/digital-slam-book
A digital version of the nostalgic slam book - to capture memories and share thoughts, built using HTML, CSS, and JavaScript.
https://github.com/charithasrir31/digital-slam-book
animation beginner-project css frontend html html-css-javascript interactive-ui javascript localstorage mini-project personal-project slambook
Last synced: 2 months ago
JSON representation
A digital version of the nostalgic slam book - to capture memories and share thoughts, built using HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/charithasrir31/digital-slam-book
- Owner: charithasrir31
- Created: 2025-08-04T19:20:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-07T12:25:26.000Z (11 months ago)
- Last Synced: 2025-08-15T01:18:52.522Z (10 months ago)
- Topics: animation, beginner-project, css, frontend, html, html-css-javascript, interactive-ui, javascript, localstorage, mini-project, personal-project, slambook
- Language: JavaScript
- Homepage: https://charithasrir31.github.io/Digital-Slam-Book/
- Size: 15.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 Online Slam Book
A simple and fun digital slam book made using **HTML, CSS, and JavaScript**. This project lets users answer questions and save their responses in the browser using **localStorage** — no backend needed!
## ✨ Features
- Beautiful and animated design
- Easy-to-use interface
- Data saved in the browser
- Made with pure HTML, CSS & JS
## 📸 Preview




## 🔧 Technologies
- HTML
- CSS
- JavaScript
## ⚠️ Note
- This is a personal project made for demonstration, learning, and fun.
- Responses are saved only on the user’s device (via localStorage).
- To collect answers from others, you’d need a backend (like Firebase or Supabase).