- First create-react-app using Create React App.
create-react-app
- In the project directory change above files usong
git-clone
- After cloning you can run:
npm start
You will see this on android and ios web.
and on pc web.
You can find the rest api used in this project here on coinGecko Api .
You can find the promise based HTTP client for the browser and node.js here axios package or install using npm install axios