Folder Structure

Let's see the file structure for the proposed components in our application.

We'll cover the following...

Create the folder structure

Our entire JavaScript Quiz app will be divided into various folders, as shown in the following snippet.

Initial folder structure for the application

Let’s explain these folders, briefly:

  1. The Header
...