Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 709 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 709 Bytes

Trivia-Quiz

A quiz application to answer the questions of a selected category.

image

image

image

To run it locally follow below steps:

Step1: Download this code using download files or clone it simply.

Step2: Install all dependencies by running below command.

npm install

Step3: Run the application using below command. It uses dev server which comes with webpack.

npm start