Crypto Tracker is a web application built to help users monitor and track cryptocurrency prices in real-time. It provides a clean and intuitive interface to view key metrics such as price, 24-hour change, and market cap for various cryptocurrencies. The app is powered by React, TanStack Query (React Query), and integrates with the CoinGecko API to fetch live cryptocurrency data.
- Real-Time Data: Fetch and display up-to-date cryptocurrency prices and market data.
- Pagination: Navigate through multiple pages of cryptocurrency listings.
- Responsive Design: Optimized for both desktop and mobile devices.
- Interactive UI: Hover effects, loading states, and error handling for a smooth user experience.
- Search Functionality: Easily search for specific cryptocurrencies (coming soon).
- Frontend: React, Tailwind CSS
- State Management: React Query (TanStack Query)
- API: CoinGecko API
- User-Friendly: Simple and intuitive interface for both beginners and advanced users.
- Lightweight: Fast and efficient performance with minimal dependencies.
- Open Source: Fully open-source, allowing developers to contribute and customize.
- Clone the repository.
- Install dependencies using
npm install
oryarn install
. - Run the development server with
npm start
oryarn start
. - Explore the app and track your favorite cryptocurrencies!
Contributions are welcome! Feel free to open issues or submit pull requests to improve the project.