ComUnity — Bringing communities together, one line of code at a time.
ComUnity is a simple, front-end–only web application scaffold built with HTML5, CSS3 and vanilla JavaScript. It demonstrates the basics of structuring a static community hub: a responsive layout, interactive UI components, and easy deployment to any static-hosting provider.
- Clean, responsive layout
- Vanilla JS interactivity (no frameworks, no fuss)
- Customizable styling with
style.css - Zero-dependency setup: just open
index.html - MIT-licensed so you can fork and adapt freely
Coming soon!
You can deploy this folder to GitHub Pages, Netlify, Vercel—or even just openindex.htmlin your browser.
- Any modern web browser (Chrome, Firefox, Edge, Safari…)
- (Optional) A static-file server (e.g. VS Code’s “Live Server” extension)
- Clone the repo
git clone https://github.com/ALEVOLDON/ComUnity.git cd ComUnity