Web Development Assignment 1 – Interactive Web Page
A beginner-friendly web development project created as part of coursework. Demonstrates responsive layout, user interaction, and modern frontend techniques.
Features
- Responsive design using CSS Flexbox and simple media queries
- Interactive elements like buttons, forms, image carousel or accordions
- Basic JavaScript for input validation and dynamic content
- Simple animations or transitions to enhance UX
Technologies Used
- HTML5
- CSS3 (Flexbox, Media Queries)
- JavaScript (ES6+)
- Version control using Git and GitHub
How to Run
- Clone the repository:
git clone https://github.com/alexandranimhagen/Webbutveckling_Inlamningsuppgift1.git
Open index.html in your web browser
Test features such as forms, buttons, or sliders
What I Learned This assignment helped me:
Create responsive layouts suitable for multiple screen sizes
Add interactivity with JavaScript and handle basic validation
Use CSS and JS to improve user experience
Maintain organized file structure and codebase
This project is part of my web development course and highlights my understanding of responsive and interactive frontend design