This application developed using CoinGecko API for fetching cryptocurrency data, including prices and other relevant information and other uses of technology such as NextJs, Tailwind CSS, Axios, React Query.
Demolive_CryptoTracker.mp4
- Displays the trending coins.
- Change the displayed currency between USD and THB.
- Displays the top 100 cryptocurrencies with current prices.
- Shows a graph depicting the last 7 days' price trend of the selected coin.
- CoinGecko API for fetching cryptocurrency data, including prices and other relevant information.
- NextJS
- Tailwind CSS
- Axios
- React Query
- TypeScript
- Clone this repository :
git clone https://github.com/SupakunZ/Crypto_tracker.git
- Navigate to the project folder and install dependencies :
cd Crypto_tracker
npm install
- Launch the application in development mode :
npm run dev