This project is a Crypto Currency Marketplace application built with React and Vite. It allows users to check live cryptocurrency data and view historical trends through a line chart. This application demonstrates proficiency in React by implementing advanced features such as dynamic routing, lazy loading of data on scroll, and integration with the CoinGecko API for live data and market details.
https://cryptoking-demo.netlify.app/
-
Live Data: Fetches and displays real-time cryptocurrency data from the CoinGecko API.
-
Historical Line Chart: Visualizes cryptocurrency trends over the past days using a line chart.
-
Dynamic Routing: Implements dynamic routing for a seamless user experience.
-
Lazy Loading: Efficiently loads data on scroll to improve performance and user experience.
Client: React, Context API, TailwindCSS, Axios, AG Grid, react-google-charts,vite
Clone the project
git clone https://github.com/seeranjeeviramavel/cryptoking.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start