Languages, Frameworks and Approach Used
- React Framework
- JavaScript
- CSS-Flexbox
- HTML
- CSS
The Quizzical solo project meets the following requirements:
- Two screens (start & questions)
- Pull 5 questions from the OTDB API
- Tally correct answers after "Check answers" is clicked
- Styled & polished
My project includes the following stretch goals:
- Make it responsive, using a mobile first design approach
- Let the user choose the topic for the questions
- Let the user choose the level of difficulty
Figma Design Screenshot
Scrimba
$ yarn # npm install
$ yarn build # npm run build
Run Webpack in watch-mode to continually compile the JavaScript as you work:
$ yarn watch # npm run watch