I have created a basic layout for a quiz. It is still in production.
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.
- React.js
- HTML5
- CSS
- Visual Studio - Code Editor
- Webpack - task runner
- Git - Github
- Chrome - dev tools
Install dependencies:
> npm i
Run locally with Webpack Dev Server:
> npm start
- Aaron Griffiths - (https://github.com/mountainmancode)
- Most of the knowledge thus far of using React has come from Wes Bos React tutorial. So shout out to Wes Bos!
- 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.