Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 516 Bytes

File metadata and controls

25 lines (23 loc) · 516 Bytes

React Quiz By William Garcia

A very simple online quiz component that can be placed on a web page.

Summary

This is a React.js simple quiz component that can be embedded on a web page. The quiz data is loaded in json format. To start:

npm install

To run the development server:

npm run start

To build the production-ready app:

npm run build

To run tests:

npm run test

Compatability

This program is written in ES6 and React and Webpack module bundler environment.