I have created a sample ReactJS code that uses CoinMarketCap's free crypto API to get the real-time cryptocurrency and exchange trade data for Bitcoin, Etherium, and other cryptocurrencies. Take a look at the preview of this App.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Make sure you have npm or yarn package manager installed.
After cloning or downloading the zip file for this repository, run the following command in the parent directory
npm install
or
yarn install
Running the command "YARN START" or "NPM START" will start the app but, since we are using Express Server as a back-end for this project, we need to run the Express server before starting the app. We will use the package 'Concurrently' to start the server and the app using following command
npm dev
or
yarn dev
Will add additional notes about how to deploy this on a live system
- ReactJS - The JavaScript Library
- ExpressJS - Web Framework for Node.js
- nodemon - utility that will monitor your code for changes
- Bootstrap - HTML, CSS and JS library to create UI
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Muhammad Ali Rashid - Initial work - m-ali-rashid
This project is licensed under the MIT License - see the LICENSE file for details