/LWC-Quiz

A small lightning web component of a quiz with questions hard coded in Javascript. The code is well commented, suitable for LWC beginners.

Primary LanguageApex

The project involves the following concepts:

  • Component Creation
  • HTML Layout creation
  • if:true directive
  • Looping for:each
  • Getter
  • Methods
  • Properties
  • Form Submit and reset

Read All About It