An app to display the position of a toy robot
Deployed app at https://toy-robot-yum.herokuapp.com
- Chosen to create a react app bootstrapped by create-react-app, CRA, to provide an interface for user input
- There is a button to prefill an example command sequence (to simulate test data to exercise the application)
- Simple input validation was implemented to cater for most cases of errorneous user input
To run on a your local machine
- Clone this repo
- run
yarn install
- run
yarn start
- On a browser, go to
localhost:3000
To run test
- run
yarn test