Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.05 KB

File metadata and controls

31 lines (21 loc) · 1.05 KB

🗓️ Event Planning Assistant (HTML & CSS)

The Event Planning Assistant is a static webpage designed using HTML and CSS to help users input and organize basic event details. It features a clean, responsive interface with sections for event name, date, time, and description.

This project is ideal for beginners looking to strengthen frontend skills such as semantic HTML, CSS styling, and layout design using Flexbox. There is no JavaScript or backend functionality—this project is purely frontend-focused.


✨ Features

  • Static layout for entering event details
  • Responsive design using CSS Flexbox
  • Visually clean and structured interface
  • Semantic and accessible HTML
  • Organized styling using modern CSS practices

🛠 Technologies Used

  • HTML5
  • CSS3
  • Visual Studio Code

📚 Learning Outcomes

  • Practiced writing semantic and structured HTML
  • Applied Flexbox for responsive page layouts
  • Improved understanding of CSS styling and UI layout