Skip to content

ovieokeh/robot-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge

Create an application that runs in any modern web browser in which you can simulate controlling a robot.

The robot will be placed on a grid of 5x5. Supply controls that let you move the robot forwards in the direction it is facing.

Through the same controls you can rotate the robot in place to face any cardinal direction.

Use any Javascript framework you’re comfortable with.

Instructions

To run the application,

  • run npm i to install all required packages
  • run npm start to spin up the application on a server
  • navigate to http://localhost:1234 on your browser
  • enjoy

Tools, Libraries, & Frameworks used

  • React (with Hooks)
  • Styled Components
  • Parceljs
  • TypeScript (because typing is awesome)

❤️

About

An application that simulates a robot moving in a 5x5 grid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published