A React-based cryptocurrency dashboard that displays real-time data for various cryptocurrencies including price, market cap, and trends.
https://coinmetrics.onrender.com/
I built this project to improve my React skills and learn how to work with external APIs, manage state, and display dynamic data in a clean and responsive UI.
- 📊 View real-time cryptocurrency prices
- 🔍 Search and filter coins instantly by rank, price, market cap, and more
- 📈 View 24h price change percentages
- ⚡ Fast and responsive interface
- 🌐 Data fetched from CoinGecko API
- useState & useEffect hooks
- Component-based architecture
- API data fetching
- Conditional rendering
- React
- JavaScript (ES6+)
- CSS
- Fetch API
- CoinGecko API
-
Clone the repository: git clone https://github.com/PaulEmmanuel8888/CoinMetrics.git
-
Navigate into the project folder: cd CoinMetrics
-
Install dependencies: npm install
-
Start the development server: npm run dev
- CoinGecko API
- Browse the list of cryptocurrencies
- Use the search bar to find specific coins
- View real-time price, market data, and dynamic charts
- User authentication & watchlist
- Dark/light mode toggle
- Portfolio tracking feature
Contributions are welcome! Feel free to fork this repo and submit a pull request.
This project is licensed under the MIT License.

