A frontend web application for managing and displaying event information. Built using HTML, CSS, and JavaScript with responsive UI.
This project includes:
- User-facing event pages (
index.html) - Forms for user signup and login
- Custom styles in CSS (
style.css,home.css) - Client-side interactions in JavaScript (
script.js) - Event-related image assets
- HTML
- CSS
- JavaScript
├── index.html
├── login.html
├── register.html
├── signup.html
├── home.css
├── style.css
├── script.js
├── event.webp
└── README.md
- Landing page for event information
- User registration and login UI
- Styled layouts and visuals
- Basic event interaction UI
Currently frontend only. Backend integration can be added in future.
- Clone the repo
- Open
index.htmlin a browser - Use the navigation to explore pages
- Add backend APIs
- Connect to database
- Add event creation, editing, and RSVP functionality