Whenever I was searching on the internet for a simple calculator to do some quick math I could never find one. There were mining calculators for sure but not really what I was looking for... So ! I decided to make my own and share with anyone facing the same troubles as I once did. This is my first attempt at creating an app using react and I feel like I still have so much to learn. I regret not using Redux and Typescript as the scope of the project quickly grew beyond my initial expectations as I was adding more and more features.
Use the package manager npm to install crypto-profit-calculator.
npm install
npm start
You will need to add an API key to a .env file at the root of the project from here https://nomics.com/
- Profit calculation
- Select or search for your crypto currency current price
- Select between cash amount spent or tokens bought
- Fiat currency conversion
- Local storage remembers your preferences
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.