A quiz application to answer the questions of a selected category.
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