This is a simple web application to aid in financial calculations related to Granblue Fantasy.
The user inputs the number they possess of each of the following:
- Crystals (300 per draw)
- Ten Part Draw Tickets
- Draw Tickets
- Cerulean Sparks
The calculator then determines the number of ten draws that must be completed in order to hit 300 cerulean sparks and associates that with a cost in JPY:
required ten draws * 3150 JPY per ten draw
If the user has more than one spark, the cost is always determined for the next spark.
Pull in dependences:
> npm install
Start a development server:
> npm start
- Fork the repo.
- Make your changes.
- Ensure that
npm run lint
does not return any errors. - Send a pull request.
Please make sure to follow reasonable style standards and conventions.