DRE Event Platform
A simple event management web application for creating, listing, and viewing events, built as part of the DRE take-home assessment.
Features
- Create new events
- View list of events
- View single event details
- Responsive design
Tech Stack HTML, CSS, JavaScript
Project Structure dre-event/ │ ├── index.html ├── create.html ├── event.html ├── css/ │ └── style.css └── js/ └── main.js
How to Run
- Clone the repository
- Open index.html in your browser
Demo / Walkthrough Video Here’s a short 2–5 minute walkthrough showing the app in action, including event creation, listing, signup, and an overview of the documentation: https://drive.google.com/file/d/1pTNE8cRgthaPLjN-rRVb4QJf7uRWdPSR/view?usp=sharing