Welcome to my Frontend Playground πβ¨
This repository showcases everything Iβve learned in frontend development β starting from the basics of HTML, CSS, JavaScript to modern frameworks like Bootstrap and Tailwind CSS.
- Semantic tags & layouts
- Forms, tables, media embedding
- Accessibility and SEO basics
- Box Model, Flexbox, Grid
- Transitions & Animations
- Responsive Design
- DOM Manipulation
- Functions & Events
- ES6+ features (let/const, arrow functions, template literals)
- Mini projects (To-do App, Calculator, Clock)
- Grid system & utilities
- Components: Navbar, Modal, Carousel, Cards
- Mobile-first responsive design
- Utility classes for instant styling
- Custom themes, responsive breakpoints
- Dark mode support
- Browser (Chrome/Edge/Firefox)
- Code editor (VS Code recommended)
- Node.js (if using Tailwind with npm)
- Double-click any
.htmlfile to view in your browser.
- Install Live Server extension in VS Code
- Right-click
index.htmlβ Open with Live Server
npm install
npm run build