User interface to be displayed in the Touchscreen of the robot. It's current objective is to request an access code to let user pick the stuff delivered by the robot.
Using React Boilerplate.
Screenshot:
- Install dependencies:
npm install
- Run app:
For development (with hot reload):
npm start
For production:
npm run build
This will create a deployable build in /build
directory.