Skip to content

Itemis coding challenge assignment - details of the project are available on README.md

Notifications You must be signed in to change notification settings

gass-git/orion-recast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orion Recast

An special kind of currency converter

About

You decided to give up on earth after the latest financial collapse left 99.99% of the earth's population with 0.01% of the wealth. Luckily, with the scant sum of money that is left in your account, you are able to afford to rent a spaceship, leave earth, and fly all over the galaxy to sell common metals and dirt (which apparently is worth a lot).
Buying and selling over the galaxy requires you to convert numbers and units, and you decided to write a program to help you.

The numbers used for intergalactic transactions follows similar convention to the roman numerals.

Instructions to run the App

Install dependencies

npm install

Start the server

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Tests

All Jest tests can be found in src/__tests__

Styles

All styles can be found in src/styles.scss

States

states.js contains the initialState and the appReducer function to manage all the states of the application.

Available Scripts

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

Itemis coding challenge assignment - details of the project are available on README.md

Topics

Resources

Stars

Watchers

Forks