Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.08 KB

File metadata and controls

28 lines (20 loc) · 1.08 KB

🚀 New Project Launch: Snow Globe

I'm excited to share my latest web project - an interactive snow globe built entirely with HTML, CSS, and JavaScript.

🎯 The Challenge: Create a nostalgic, engaging experience using only vanilla web technologies - no frameworks, no dependencies.

✨ Key Features: • Realistic snow physics (gravity, friction, collision detection) • Multiple interaction methods (mouse, touch, device motion API) • Persistent state using localStorage • Responsive design for all devices • Night/day mode toggle

🛠️ Technical Highlights: • Canvas API for smooth 60fps snow rendering • Device Motion API for physical shake detection • Pure CSS for the miniature scene (cabin, trees, snowman) • Zero external dependencies

🔗 Live Demo: https://snowglobej.github.io 📂 Source Code: https://github.com/snowglobej/snowglobej.github.io

The project is open source under MIT license. Contributions welcome!

Sometimes the best projects are the ones that simply bring a smile. 😊

#WebDevelopment #JavaScript #HTML5 #CSS3 #OpenSource #FrontEnd #CreativeCoding