Jordan Brutus solution to Ant Racing challenge.
For a live examples of this application in action, go to https://ant-racing-jordan-b.herokuapp.com/
OR
To run the code challenge solution on your own computer:
- Clone this repository
npm install
npm start
- Visit http://localhost:3000/
Make sure you have yarn installed(https://yarnpkg.com/lang/en/docs/install/#mac-stable) or npm
yarn test
Application has been deployed using heroku and can view at https://ant-racing-jordan-b.herokuapp.com/
- Jordan Brutus