# 💻 WebTech Project
A responsive frontend website built using HTML, CSS, and JavaScript, designed to strengthen core web development skills and deployment practices.
https://minahilmanj.github.io/WebTech/
WebTech/ │── LandingPage.html │── app.js │── checkout-form.html │── crud-app-api/ │── form-validation.html │── css/ │ └── style.css │── js/ │ └── script.js │── images/ │ └── assets
## 🚀 Deployment
This project is deployed using **GitHub Pages**.
## 📌 How to Run Locally
```bash
git clone https://github.com/minahilmanj/WebTech.git
Then open LandingPage.html in browser or use Live Server.
💡 This project is part of my frontend development learning journey.