Skip to content

felipepastor/starship-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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