Beginner-friendly HTML, CSS, and JavaScript examples, exercises, and mini projects. This repository helps you learn frontend development step by step through hands-on practice.
frontend-core-concepts/
├── HTML_CSS/ # HTML & CSS examples, exercises, and projects
└── JavaScript/ # JavaScript concepts, practices, and mini projects
git clone https://github.com/debug-node/frontend-core-concepts.git
cd frontend-core-conceptsOpen the files in your editor and run them in your browser or Node.js depending on the code.
- HTML Fundamentals
- CSS Basics, Flexbox & Grid
- Forms and Tables
- JavaScript Basics
- DOM Manipulation
- Browser Events
- Mini Projects
Fork the repository, create a branch, commit your changes, and open a pull request.
- debug-node
⭐ Learning by building and practicing.
