Crypto Codex is a comprehensive cryptocurrency tracking application built with React and Chakra UI that provides real-time information about various cryptocurrencies, their market prices, and exchange rates.
- Real-time Cryptocurrency Data: Track live prices, market caps, and trading volumes
- Multi-Currency Support: Toggle between INR, USD, and EUR
- Interactive Charts: Visualize price trends and historical data
- Exchange Information: Access detailed information about various crypto exchanges
- Responsive Design: Seamless experience across all devices
- Dynamic Pagination: Browse through extensive crypto listings efficiently
- React.js
- Chakra UI
- Axios for API integration
- React Router for navigation
- Chart.js for data visualization
- Clone the repository
- Install dependencies
- bash
- cd crypto-codex
- npm install
- Start the development server
- bash
- npm run dev