What to ensure is setup & considered when building from scratch.
- Visitors - can only view the homepage
- Logged In User - can only view the their page
- Admin User - can view any page; can de-activate users;
HTML | |
- Semantic HTML | |
- Event delegation | |
- Accessibility / ARIA | |
CSS | |
- Specificity | |
- Pseudo-elements | |
- Pseudo-selectors | |
- Combinators |
What to ensure is setup & considered when building from scratch.