मुफ़्तFrontend
Angular
Build and ship real Angular apps: a PWA, a to-do app, a live-API weather app, then level up by cloning Twitter, Amazon, and WhatsApp before a full-stack capstone.
HTML and CSS are the building blocks of frontend development and you need to know the basics before touching a framework.
- HTML basics and document structure
- CSS basics, the box model, and Chrome DevTools
- Text styles, images, and text boxes
- Display property, div layouts, and nested layout techniques
- CSS Grid and Flexbox (including nested flexbox)
- CSS position (absolute vs relative) and finishing a full page project
- What Git is and why version control matters
- Core commands: add, commit, status, log, restore
- Branching and merging
- Pushing, pulling, and syncing with GitHub
- Handling merge conflicts and pull requests