A collection of hands-on projects created to practice and improve JavaScript skills. Each project includes its name, key concepts, and implementation details, making this repo a great learning playground for web development.
This repository uses core web technologies:
- π§± HTML β Structure
- π¨ CSS β Styling
- β‘ JavaScript β Logic & interactivity
- Beginner to intermediate web projects
- Clean, simple implementations
- Focus on practical JavaScript concepts
Contributions are welcome! Feel free to add your own project by submitting a Pull Request π
Steps:
- Fork the repository
- Add your project with proper structure
- Open a Pull Request
Web-Dev-Projects/
β
βββ index.html # Main hub page
βββ css/
β βββ style.css
β
βββ js/
β βββ main.js # Navigation / project loader
β β
β βββ projects/
β β βββ counter.js
β β βββ todo.js
β β βββ calculator.js
β β βββ clock.js
β β
β βββ utils/
β βββ helpers.js
β
βββ assets/
β βββ images/
β
βββ README.md