crypto-investment-calculator
v2.3.0
Published
This component is a Crypto Investment Calculator that helps users estimate their potential returns, break-even price, liquidity status, and new token price after unlocks based on their investment amount and market data.
Maintainers
Keywords
Readme
Crypto Investment Calculator
This component is a Crypto Investment Calculator that helps users estimate their potential returns, break-even price, liquidity status, and new token price after unlocks based on their investment amount and market data.
Installation
You can install the Crypto Investment Calculator component via npm:
npm install crypto-investment-calculatorUsage
To use the Crypto Investment Calculator component in your React application, import it as follows:
import React from 'react';
import CryptoCalculator from 'crypto-investment-calculator';
const App = () => {
return (
<div>
<CryptoCalculator onChange={handleCalculatorChange} />
</div>
);
};
export default App;Features
- Calculate potential future value of an investment
- Estimate break-even price after trading fees
- Determine price impact of token unlocks
- Check liquidity status with Volume/MarketCap ratio
- Interactive inputs with explanatory tooltips
- Displays results with up to 12 decimal places
- Two-way binding between "Future Token/Coin Value ($)" and "Future Dollar Value ($)"
Props
CryptoCalculator
This component only have one optional onChange prop; all inputs are handled within the component itself.
Development
To contribute to the development of this project, clone the repository and install the dependencies:
git clone https://github.com/M-Hassan-Malik/crypto-investment-calculator
cd crypto-investment-calculator
npm installYou can then start the development server:
npm startLicense
This project is licensed under the MIT License. See the LICENSE file for details.
Author
Muhammad Hassan Sohail
Contact Information
- npm Repository: npm Profile
- GitHub: crypto-investment-calculator
- LinkedIn Profile: Muhammad Hassan Sohail
- Portfolio Website: Code-Hassan
