Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.15 KB

File metadata and controls

56 lines (39 loc) · 1.15 KB

Event Management Website

A frontend web application for managing and displaying event information. Built using HTML, CSS, and JavaScript with responsive UI.

🧠 Overview

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

🛠 Tech Stack

  • HTML
  • CSS
  • JavaScript

📁 Project Structure

├── index.html
├── login.html
├── register.html
├── signup.html
├── home.css
├── style.css
├── script.js
├── event.webp
└── README.md

📌 Features

  • 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.

🚀 How to Use

  1. Clone the repo
  2. Open index.html in a browser
  3. Use the navigation to explore pages

📌 Future Improvements

  • Add backend APIs
  • Connect to database
  • Add event creation, editing, and RSVP functionality