A simple project to display real-time cryptocurrency prices of the top 200 cryptos by marketcap. It uses React Hooks and Axios to fetch API data Coin Gecko API.
- Node.js and npm installed on your computer
- Clone the respository on your local machine using:
git clone https://github.com/alimazhar4/Live-Crypto-Price-Tracker-in-React.git
- Navigate to the project directory:
cd Live-Crypto-Price-Tracker-in-React
- Install dependencies:
npm install
- Start the developmental server:
npm start
If you'd like to contribute to this project, feel free to create a pull request. Any contributions, whether it be a bug fix or a new feature, are greatly appreciated.