A very simple online quiz component that can be placed on a web page.
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 installTo run the development server:
npm run startTo build the production-ready app:
npm run buildTo run tests:
npm run testThis program is written in ES6 and React and Webpack module bundler environment.