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