Example Evaluator Frontend

An example React frontend which sends an input to a backend to be evaluated, then displays the result. This project was written as an example of how a machine learning model can be embedded into an application.

npm install: Installs the relevent node modules

npm start: Hosts a live reloading server for development

More information on other commands are available at Create React App which this project was bootstrapped with.

React components are stored in src. The css for these components are stored in src/css under the same name.