Web Development Assignment 2 – Responsive Web Page
A responsive web development project built as part of a course assignment. This project demonstrates modern HTML, CSS, and JavaScript techniques to create a dynamic and adaptive user interface.
Features
- Responsive layout using CSS Flexbox and Grid
- Interactive components (e.g., navigation menus, forms)
- Smooth scrolling and user interaction feedback
- Cross-device compatibility (desktop and mobile)
Technologies Used
- HTML5
- CSS3 (Flexbox, Grid, Media Queries)
- JavaScript (for dynamic behavior)
- Version control with Git/GitHub
How to Run
- Clone the repository:
git clone https://github.com/alexandranimhagen/Webbutveckling_Inlamningsuppgift2.git
Open index.html in your web browser
Resize the window or test on mobile to see responsive behavior
Interact with page elements (menus/buttons/forms)
What I Learned This assignment helped me:
Build responsive layouts with Flexbox and Grid
Enhance user experience with interactive JavaScript
Ensure cross-device compatibility with media queries
Maintain clean and organized web code structure
Part of my web development training showcasing responsive design and frontend interactivity