Summary: The NASA Rover Console app calculates the final position of the rover from a set of given input parameters.
The rovers run sequentially, which means the next rover starts only after the previous rover has finished its commands
Rovers lands on the plateau only when its time for it to move. It lands on the spot which is provided as the initial position by the user
The initial position provided by the rover lies under the paradigm of the plateau and the initial position of the rover is empty
This step will install all the required dependencies needed to be able to run the application successfully.
This step will run the app in the development mode.
Open http://localhost:3000 to view it in your browser.
This step will launch the test runner in the interactive watch mode to run all the written tests.