A collection of small web development projects using HTML, CSS, and JavaScript. Each project demonstrates different web development concepts and functionalities.
Project Name | Description | Live Demo |
---|---|---|
Countdown | A simple countdown timer project. | View |
Dicee Challenge | A mini project for practicing DOM manipulation using dice game. | View |
DragNdrop | An implementation of drag and drop functionality, allowing users to move elements. | View |
Drum-kit | A drum kit implementation with keyboard button functionality for playing drum sounds. | View |
LoginForm | A user-friendly login form with client-side validation. | View |
PassGenerator | A password generator tool that creates strong and secure passwords. | View |
Popup | A JavaScript implementation for creating and managing popup. | View |
QRcodeGen | A QR code generator that converts text or URLs into scannable QR codes. | View |
Simon Game | A memory game where players must remember and repeat sequences of colors and sounds. | View |
Task App | A user-friendly to-do list for creating, deleting, and marking tasks as complete. | View |
To get started with these projects, you can either:
- Clone this repository
- Download individual project files
Each project folder contains the necessary HTML, CSS, and JavaScript files, along with any additional assets required.
Contributions are welcome! Here's how you can contribute to this collection:
- Fork the repository
- Create a new branch for your project (
git checkout -b feature/YourProjectName
) - Add your project to a new folder
- Update the README.md table with your project information
- Create a pull request
- Ensure your project is built with HTML, CSS, and JavaScript
- Include a clear description of your project
- Add proper documentation within your code
- Test your project thoroughly before submitting
- Make sure all links are working
- Add a screenshot or gif of your project (optional)