Front Web Development
This is the learning map for front-end development.
Parent: Home
Learning Path
| Phase | Topic | Goal | Status |
|---|---|---|---|
| 0 | Command line crash course | use terminal, install tools, run projects | active |
| 1 | HTML | structure web pages | seed |
| 2 | CSS | style and layout pages | seed |
| 3 | JavaScript | modern ES6+ syntax and browser behavior | active |
| 4 | Vite | set up fast local projects | seed |
| 5 | TypeScript | add types to JavaScript | seed |
| 6 | JSX | write React UI syntax | seed |
| 7 | React | build component-based interfaces | seed |
| 8 | Tailwind CSS | style efficiently with utility classes | active |
Related UI Course
The UID course connects to front-end learning through implementation awareness:
Practice Resources
Next Useful Practice
Build a small front-end prototype from any UI concept:
- reusable card component
- filter or control panel
- detail page section
- responsive mobile version