Skip to content

Latest commit

 

History

History
71 lines (37 loc) · 1.84 KB

README.md

File metadata and controls

71 lines (37 loc) · 1.84 KB

CryptoPeek

CryptoPeek is a React web application built using Vite that provides real-time cryptocurrency data and news.

Features

  • Home Page: Displays top 30 cryptocurrencies with 24-hour high and low, percentage change, market cap, and rank.

  • Search: Search for any cryptocurrency and view detailed information.

  • Top Losers and Gainers: Shows cryptocurrencies with the largest losses and gains.

  • Trending Coins: Lists the top trending cryptocurrencies.

  • Coin Details: Detailed view of each cryptocurrency with charts and additional information.

  • News Page: Displays the latest news related to cryptocurrencies.

Technologies Used

  • React

  • Vite

  • Lightweight Charts (^4.2.0)

  • CoinGecko API

  • Tailwind

Getting Started

To get started with this project, follow these steps:

  1. Clone this repository to your local machine.

  2. Navigate to the project directory.

  3. Run npm install to install the dependencies.

  4. Run npm run dev to start the development server.

  5. Open your web browser and navigate to http://localhost:5173 to view the app.

Usage

  1. Home Page: View the top 30 cryptocurrencies with various metrics such low and high of 24h, market cap.

  2. Search: Find and explore any cryptocurrency.

  3. Top Losers and Gainers: View the top losers and gainers.

  4. Trending Coins: See the top trending cryptocurrencies.

  5. Coin Details: Access detailed information and charts for each coin.

  6. News Page: Stay updated with the latest cryptocurrency news.

Contributing

If you'd like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.