trbachmann / fundamentals-in-a-flash

A study tool where users can test their knowledge on JavaScript fundamentals

Home Page:https://trbachmann.github.io/fundamentals-in-a-flash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fundamentals In A Flash

Abstract:

The goal of this project was to create a study tool for students that focuses on a technical topic. I decided to create a quiz application where users can test their knowledge on JavaScript fundamentals. As a user answers questions correctly they can choose to continue testing their knowledge on those questions or only on the questions they have yet to master.

Set-Up Frontend:

Clone this repo
Run npm install from the root directory
Run npm start and visit localhost:3000 in your browser

Preview:

Primary Technologies Used:

  • React
  • JavaScript
  • CSS/SCSS

Testing:

Jest and Enzyme for front-end testing
Run npm test from the root directory

Original Assignment:

Memoize project from Turing School of Software and Design

Wireframes:

Wireframes

About

A study tool where users can test their knowledge on JavaScript fundamentals

https://trbachmann.github.io/fundamentals-in-a-flash/


Languages

Language:JavaScript 89.3%Language:CSS 7.2%Language:HTML 3.5%