Crypto Dashboard is a dynamic cryptocurrency tracking application. Built on the React.js framework, it offers an extensive view of users' hypothetical cryptocurrency holdings over time.
The dashboard fetches real-time data from CoinGecko using the Axios HTTP client. A dynamic holdings chart and interactive graphs is crafted with Recharts, and the MUI library is used for design.
- Fetches historical data from CoinGecko.
- Displays user's hypothetical cryptocurrency holdings over time.
- Dynamic holdings chart for each cryptocurrency.
- Interactive performance graphs.
-
Clone the repository:
git clone [https://github.com/madzadev/calculator.git](https://github.com/atsinzerling/crypto-gashboard.git)
-
Navigate to the project directory:
cd reactapp
-
Install the necessary dependencies:
npm install
To start the React development server:
npm start
After running the command, the Crypto Dashboard will be accessible on http://localhost:3000.
Please note that the backend for the Crypto Dashboard is not yet functional at this time.