Welcome to the Cryptocurrency Tracker project! This web application allows you to track the latest prices and trends of various cryptocurrencies in real-time.
This project is a web application that allows you to track the latest prices and trends of various cryptocurrencies in real-time. It is built using React and Vite, and it uses the Coingecko API to fetch cryptocurrency data.
- View real-time cryptocurrency prices, market cap, volume, and price changes.
- Detailed information about each cryptocurrency, including charts and historical data.
- Search and filter cryptocurrencies based on your preferences.
- React: A JavaScript library for building user interfaces.
- Vite: A fast development build tool that supports React.
- API: CoinGecko API
Follow the instructions below to get a local copy of the project up and running.
- Node.js: Make sure you have Node.js installed on your machine.
Clone the repository:
git clone https://github.com/codecShivam/cryptocurrency-tracker/
To install this project
npm install
To run the server
npm run dev
To build the app
npm run build