Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
yee
  • Loading branch information
URAYUSHJAIN authored Dec 4, 2024
1 parent 7cc76e6 commit 5c22d7c
Showing 1 changed file with 91 additions and 0 deletions.
91 changes: 91 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
# 🌐 WebDevlab Sem 3 - AKTU

*Class Project - WebDev* is a simple web-based platform built using HTML, CSS, and JavaScript. This project demonstrates fundamental web development concepts such as styling, interactivity, and responsive design. It’s perfect for beginners or anyone starting their web development journey.

---

## 🌐 Live Demo

👉 [Live Project Link](https://urayushjain.github.io/weblab-sem3/frame.html)

---

## 🚀 Features

- 🎨 *Interactive Design:* A functional and engaging user interface.
- 🏁 *Beginner-Friendly:* Ideal for beginners to practice essential web development skills.
- 🛠 *Clean Structure:* Demonstrates core web dev concepts in a simple yet structured way.

---

## 📂 Project Structure

Class Project - WebDev/
├── assets/
│ ├── css/
│ │ ├── todolist_css.css
│ │ └── unchecked.png
│ ├── images/
│ │ ├── checked.png
│ │ └── logo.jpeg
│ └── js/
│ └── todolist_script.js
├── pages/
│ ├── frame.html
│ ├── home.html
│ ├── leftframe.html
│ ├── login.html
│ ├── pract6.html
│ ├── pract7a.html
│ ├── pract7b.html
│ ├── practical6.html
│ └── rightframe.html
├── README.md
└── todolist.html

---

## 🛠 Technologies Used

- *HTML5:* For structuring the web pages.
- *CSS3:* For styling and layout design.
- *JavaScript:* For adding interactivity and functionality.

---

## 💻 How to Use

1. *Clone the repository:*
```bash
git clone https://github.com/URAYUSHJAIN/webdev-class-project.git

2. Navigate to the project folder:

cd webdev-class-project


3. Open frame.html in your favorite browser: Explore, learn, and modify the code as needed.


---

🤝 Contributing

Contributions are always welcome!
Feel free to use this project for your AKTU Sem 3 Web Development Lab work.

Submit a pull request for review, and your contribution will be added.


---

📝 License

This project is licensed under the MIT License.


---

🌟 Support

If you found this project helpful, don’t forget to ⭐ star the repository! 😊

0 comments on commit 5c22d7c

Please sign in to comment.