Skip to content

mountainManCode/adp-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz

I have created a basic layout for a quiz. It is still in production.

Description

On the page click on which Quiz you would like to take. From there the questions will generate below. The Quiz is still in production, and working on getting the Quiz Answers to generate.

Technology Used

  • React.js
  • HTML5
  • CSS

Built With

  • Visual Studio - Code Editor
  • Webpack - task runner
  • Git - Github
  • Chrome - dev tools

Setup

Install dependencies:

> npm i

Run locally with Webpack Dev Server:

> npm start

Authors

Contributors

  • Most of the knowledge thus far of using React has come from Wes Bos React tutorial. So shout out to Wes Bos!

Observations

  • It has been a obstacle hurdling experience. I have found React to be fairly intuitive for being such a beginner. However, I did come across some hang ups getting my answers to generate. I believe I needed to pass the props down the children. I will continue working on it through out the weekend.