Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 759 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 759 Bytes

Starwars Spaceships X stops

This project is an exercise to calculate the amount of stops to resupply in a determined distance, calculated in MGLT (megaligths).

The project is done using reactJS, axios, unit tests using jest and enzymer.

Install and run:

  • Install Node 8 (LTS) and npm 5.2+
  • Install everything with npm install or yarn (if it's available)
  • Run npm run start or yarn start
  • Open browser on http://localhost:3000
  • To run tests npm run test or yarn test

You should see in your screen like that below: Alt text Alt text Alt text

To do:

  • Improve unit tests with mocks
  • Include redux to have a better state control in the components