Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 274 Bytes

File metadata and controls

17 lines (15 loc) · 274 Bytes

Bonus

  • Not Required, but will help in the long run
  1. CLI Basics
  • npm run serve
  • npm run build
  • npm run lint
  • npm test
  1. Code Organization / File Structure
  2. Project Management
  3. Security
  • XSS
    • sanitize user input
  1. A11Y
  2. Semantic HTML
  3. git