/robot-gui

Graphic user interface for robot

Primary LanguageJavaScript

Robot GUI

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:

Screenshot

Usage

  1. Install dependencies:
npm install
  1. Run app:

For development (with hot reload):

npm start

For production:

npm run build

This will create a deployable build in /build directory.