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.
- 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.
- React
- Redux Toolkit
- Ant Design
- CoinRanking API
- Bing News Search API
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/your-username/crypto-track.git- Navigate to the project directory:
cd crypto-track- Install the dependencies:
npm install
# or
yarn install- Start the development server:
npm start
# or
yarn start- Open your browser and go to
http://localhost:3000to view the application.
To create a production build, run:
npm run build
# or
yarn buildThe build artifacts will be stored in the build/ directory.
This project is licensed under the MIT License.