This is a simple sample React App that shows the basic usage of this framework. It generetas simple arythmetic problems

The Apps has just a form where you can choose options like Student Name, difficulty,...

And then, React generates some random operators, each of them is a Component

How was it made

The App was started using Facebook's tool, which takes care of project scaffolding

  npm install -g create-react-app

And then

  create-react-app homework-generator

This creates a ready to edit,transpile, test and run your react code, in watch mode.

Components

index.js

App.js

FormGenerate.js

ExerciseGroup.js

Exercise.js

Testing App.js

Just checks wether App.js crashes or not