-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! 😊 |