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.
- 🎨 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.
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
- HTML5: For structuring the web pages.
- CSS3: For styling and layout design.
- JavaScript: For adding interactivity and functionality.
- Clone the repository:
git clone https://github.com/URAYUSHJAIN/webdev-class-project.git
- Navigate to the project folder:
cd webdev-class-project
- 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! 😊