Live Site: https://arjunsharma-py.github.io/TownVibe/
TownVibe is a sleek, static website that brings together all local town events in one place. Designed for simplicity and clarity, it offers users a seamless way to explore upcoming events, learn more about them, and get in touch with organizers.
TownVibe/ ├── .github/ - GitHub workflows for deployment │ └── workflows/ ├── assets/ - Images and icons ├── data/ - Static data files ├── scripts/ - JavaScript files ├── styles/ - CSS stylesheets ├── about.html - About page ├── contact.html - Contact page ├── event-detail.html - Individual event details ├── events.html - Events listing page └── index.html - Homepage
- 🗓️ Browse upcoming town events
- 🔍 View detailed event information
- 📞 Contact page for inquiries
- 📄 Clean, responsive layout using HTML, CSS, and JavaScript
- 🚀 Deployed via GitHub Pages
- HTML5
- CSS3
- Vanilla JavaScript
- GitHub Pages for deployment
This project is deployed using GitHub Pages. To deploy your own version:
- Clone the repo
- Push your changes to the
mainbranch - Enable GitHub Pages in the repository settings
- Your site will be live at
https://<your-username>.github.io/TownVibe/
- Add dynamic event filtering
- Integrate a backend for real-time event updates
- Add user authentication for event submissions
Feel free to fork the repo and contribute!