This is a simple front-end web application built as part of Laboratory Work 3 for the course Components of Software Engineering. It demonstrates the use of HTML, CSS, and JavaScript to create a functional and styled web page with form interactivity.
- Responsive HTML structure
- Clean layout using CSS
- Form with client-side validation using JavaScript
- Interactive alert messages on form submission
- Optional deployment on GitHub Pages
basic-web-app/ βββ index.html # Main HTML file βββ styles.css # Styling rules βββ script.js # JavaScript interactivity
To run the project locally:
- Clone or download this repository
- Open
index.html
in any modern web browser (Chrome, Firefox, etc.)
- The user enters their name and email in a form
- Upon clicking Submit, JavaScript intercepts the form submission
- The app checks that both fields are filled and displays a thank-you alert
Include your own screenshots here if needed:
- Screenshot of the main page
- Screenshot of the form alert
- (Optional) Screenshot of deployed GitHub Page
If you enabled GitHub Pages, insert your live link below:
π View the Web App Online
- HTML5
- CSS3
- JavaScript (ES6)
- GitHub Pages (for deployment)
- Author: [XIAODI WANG]
- This project is for educational purposes only and is freely available under the MIT License.