Crypto Tracker is a React application designed to help users track their cryptocurrency investments. It provides real-time updates on price changes, enabling users to make informed decisions about their cryptocurrency investments.
- Real-time tracking: Stay updated with the latest cryptocurrency prices.
- Alerts: Set up notifications to be alerted when a cryptocurrency reaches a certain price.
- Dark Mode: Switch between light and dark themes for a comfortable viewing experience.
- Search: Search for specific cryptocurrencies in the CoinTable.
- Routing: Uses React Router for efficient routing between different components of the application.
- Clone the repository:
git clone https://github.com/visionthex/cryptotracker.git
- Navigate to the project directory:
cd cryptotracker
- Install dependencies:
npm install
- Start the app:
npm start
After starting the app, navigate to the main page to add cryptocurrencies to your portfolio. You can start tracking their prices in real-time on the dashboard. Set alerts to get notified when a cryptocurrency reaches a certain price. Use the search bar in the NavBar to find specific cryptocurrencies.
This project is licensed under the MIT License - see the LICENSE.md file for details.
2024