NeoCrypto is a cryptocurrency tracker application built using React.js and Chakra UI. It fetches details about various cryptocurrencies using the CoinGecko API and provides graphical representations of their price trends. Users can explore different cryptocurrencies based on their ranking, view detailed information about each coin, and analyze historical price data through interactive charts.
- Cryptocurrency Listing: Fetches a list of cryptocurrencies based on their ranking from the CoinGecko API.
- Detailed Coin Information: Provides detailed information about each cryptocurrency, including current price, market cap, trading volume, and more.
- Graphical Price Trends: Offers graphical representations of price trends for each cryptocurrency, allowing users to analyze historical data.
- Currency Conversion: Supports multiple currency options (INR, USD, EUR) for displaying cryptocurrency prices.
- Responsive Design: Utilizes Chakra UI components for a responsive and visually appealing user interface across different devices.
To run NeoCrypto locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Priyanshuparth/NeoCrypto--CryptoCoin-Tracker.git
-
Navigate to the project directory:
cd NeoCrypto--CryptoCoin-Tracker
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and navigate to
http://localhost:3000
to view the application.
- React.js
- Chakra UI
- CoinGecko API
- Axios
- Framer Motion
This project is licensed under the MIT License.