The Crypto Tracker app allows users to track real-time prices of various cryptocurrencies. The app fetches data from a cryptocurrency API and displays live prices, percentages, and market data.
- Track Cryptocurrencies: Displays a list of cryptocurrencies with their live prices, market data, and percentage changes.
- Real-Time Updates: The app fetches live data and updates the UI every few seconds.
- Responsive Design: Optimized for multiple device sizes.
- React.js - Frontend UI
- CSS - Styling
Follow these steps to set up the project locally:
- Clone the Repository
git clone https://github.com/Darshanas17/crypto-tracker-react.git cd crypto-tracker-react
- Install Dependencies
npm install
- Run the Application
Open the browser and visit http://localhost:3000/ to see the app in action.
npm start
The application consists of the following components:
- CryptoTracker (src/components/CryptoTracker/)
- CryptoCard (src/components/CryptoCard/)
- The app fetches live cryptocurrency data.
- The app updates the data in real time.
UI designed using the Roboto font.
Colors used:
- #171f46 (Primary)
- #ffffff (Background)
- #8b5cf6 (Accent)
Darshan A S
This project is licensed under the MIT License.