An open API service indexing awesome lists of open source software.

https://github.com/gorav22/glyph-crypto


https://github.com/gorav22/glyph-crypto

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Glyph Crypto

A Next.js application for tracking cryptocurrency prices and trends. It features real-time price updates, market trends, detailed coin information, and a favorites list.

## Features

* View real-time cryptocurrency prices and market data.
* Explore trending coins.
* Search for specific coins by name or symbol.
* View detailed coin information, including charts, market cap, and volume.
* Add coins to a favorites list for quick access.
* Switch between USD and INR currencies.
* Responsive design for optimal viewing on different devices.

## Tech Stack

* **Frontend:** Next.js, React, Redux Toolkit, Chakra UI, Tailwind CSS, DaisyUI
* **Backend:** CoinGecko API (for fetching cryptocurrency data)

## Installation

1. Clone the repository: `git clone https://github.com/Gorav22/Glyph-crypto.git`
2. Navigate to the project directory: `cd Glyph-crypto`
3. Install dependencies: `npm install`
4. Create a `.env.local` file in the root directory and add your CoinGecko API key (optional, as the app uses free public endpoints):

```
NEWS_API_KEY=YOUR_API_KEY
```

5. Start the development server: `npm run dev`

## Usage

1. Open the application in your browser.
2. Browse the list of cryptocurrencies.
3. Search for specific coins using the search bar.
4. Click on a coin to view detailed information.
5. Add coins to your favorites list by clicking the star icon.
6. Access your favorites list using the "Favorites" button.
7. Change the currency by clicking the "Currency" dropdown.

## Contributing

Contributions are welcome! Please open an issue or submit a pull request.