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.
Clone this repo
Run npm install
from the root directory
Run npm start
and visit localhost:3000 in your browser
- React
- JavaScript
- CSS/SCSS
Jest and Enzyme for front-end testing
Run npm test
from the root directory
Memoize project from Turing School of Software and Design