Skip to content

goporo/crypto-track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Track

Crypto Track is a React application that provides information about various cryptocurrencies, exchanges, and the latest news in the crypto world. It uses the CoinRanking API and Bing News Search API to fetch the latest data.

Features

  • View a list of cryptocurrencies with details like price, market cap, and daily change.
  • View a list of exchanges with details like trade volume, number of markets, and market share.
  • Get the latest news related to cryptocurrencies.
  • Responsive design that works on both desktop and mobile devices.

Technologies Used

  • React
  • Redux Toolkit
  • Ant Design
  • CoinRanking API
  • Bing News Search API

Getting Started

Prerequisites

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/your-username/crypto-track.git
  1. Navigate to the project directory:
cd crypto-track
  1. Install the dependencies:
npm install
# or
yarn install

Usage

  1. Start the development server:
npm start
# or
yarn start
  1. Open your browser and go to http://localhost:3000 to view the application.

Build

To create a production build, run:

npm run build
# or
yarn build

The build artifacts will be stored in the build/ directory.

License

This project is licensed under the MIT License.

About

Crypto Track

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published