Skip to content

Latest commit

 

History

History

m11-solo-Quizzical

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Quizzical

A Scrimba FrontEnd Developer Path Solo Project

Languages, Frameworks and Approach Used

  • React Framework
  • JavaScript
  • CSS-Flexbox
  • HTML
  • CSS

Screenshot

Quizzical Start


Quizzical Questions


Quizzical Answers


Live Demo - Coming Soon

Project Requirements

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

Resources:

Figma Design Screenshot
Scrimba

Quick start:

$ yarn # npm install
$ yarn build # npm run build

Development

Run Webpack in watch-mode to continually compile the JavaScript as you work:

$ yarn watch # npm run watch