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 install
To run the development server:
npm run start
To build the production-ready app:
npm run build
To run tests:
npm run test
This program is written in ES6 and React and Webpack module bundler environment.