this is a responsive crypto app that allows users to track cryptocurrencies using real-time data from the CoinGecko API .The app has a friendly interface with a dark mode and FAQs for easy use.
- Real-Time Cryptocurrency Data: The application fetches cryptocurrency data from the CoinGecko API using Axios, providing up-to-date information on cryptocurrencies, including their prices, market capitalization, and 24-hour percentage changes.
- Dark Mode: Users can switch between light and dark modes to customize their view. The app stores their preference in local storage for a consistent look.
- Responsive Design: The website adapts to different devices like desktop and mobile, ensuring a smooth and enjoyable user experience.
- Clone the repository:
git clone https://github.com/mandanaD/Crypto-app.git
- Navigate to the project directory:
cd Crypto-app
- Install the dependencies:
npm install
ornpm i
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
to see the application running.