Crypto Dash is a small React-based cryptocurrency dashboard built as part of my React learning journey. The project focuses on working with APIs, routing, charts, and building a clean UI using modern React tools.
It displays live cryptocurrency market data, allows browsing popular coins, and shows basic price charts and details for individual coins.
- React (Vite)
- React Router
- Chart.js & react-chartjs-2
- CoinGecko API
- JavaScript (ES Modules)
- View top cryptocurrencies
- Individual coin detail pages
- Price charts
- Basic search and sorting
- Responsive dark-themed UI
npm install
npm run devThis project is created for learning and practice purposes and will continue to evolve as I explore more React concepts.