Get Live crypto updates and charts. Implemented with the coingecko api
-
This web app is built using React Library therefore, you'll need to have
node.jsinstalled in your local machine. -
After successfully installing
node, clone the repository into your local system using the command below:
git clone https://github.com/divinepatrick/cryptoplace.gitThis will clone the whole repository into your local computer.
- To install all required dependencies to your project, navigate to the directory where your cloned repository lives and execute:
npm install- Now create a
.envfile in the main directory./CRYPTOPLACEAND addVITE_COINGECKO_API_KEY=CG_YOUR_API_KEYin the.env
- ReactJS
- CoinGecko API