https://github.com/premshinde-2013/crypto-web
Want to see website click here 👇
https://github.com/premshinde-2013/crypto-web
chakra-ui coingecko-api reactjs
Last synced: 8 months ago
JSON representation
Want to see website click here 👇
- Host: GitHub
- URL: https://github.com/premshinde-2013/crypto-web
- Owner: PremShinde-2013
- Created: 2023-08-26T10:28:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T17:34:55.000Z (about 2 years ago)
- Last Synced: 2025-01-21T22:16:43.153Z (9 months ago)
- Topics: chakra-ui, coingecko-api, reactjs
- Language: JavaScript
- Homepage: https://crypto-guru.netlify.app/
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto Web Application
Welcome to the Crypto Web Application! This project is a simple cryptocurrency tracker built using React, Chakra UI, and the CoinGecko API.
## Getting Started
These instructions will help you set up and run the project locally on your machine.
### Prerequisites
Before you begin, make sure you have the following installed:
- Node.js (v14 or higher)
- npm (Node Package Manager)
### Installation
1. Clone the repository to your local machine:
```bash
git clone https://github.com/PremShinde-2013/crypto-web.git
```
2. Navigate to the project directory:
```bash
cd crypto-web
```
3. Install the required dependencies:
```bash
npm install
```
### Configuration
1. Obtain a CoinGecko API Key by signing up at https://coingecko.com/en/api.
2. Create a `.env` file in the project root and add your API key:
```plaintext
REACT_APP_COINGECKO_API_KEY=your_api_key_here
```
### Running the Application
1. Start the development server:
```bash
npm start
```
2. Open your web browser and navigate to http://localhost:3000 to see the application.
### Features
- Displays a list of top cryptocurrencies.
- Provides details for each cryptocurrency, such as price, market cap, and more.
- Allows you to search for specific cryptocurrencies.
## Built With
- [React](https://reactjs.org/) - JavaScript library for building user interfaces.
- [Chakra UI](https://chakra-ui.com/) - UI component library for React.
- [CoinGecko API](https://coingecko.com/en/api) - Cryptocurrency data API.
## Acknowledgments
- Thanks to the teams behind React, Chakra UI, and CoinGecko for providing awesome tools and APIs.
```