An open API service indexing awesome lists of open source software.

https://github.com/sampconrad/coin-wallet

Crypto tracker built w/ React, Vite, TypeScript, TailwindCSS, shadcn/ui, React Hook Form, Axios, CoinGecko API
https://github.com/sampconrad/coin-wallet

coingecko-api cryptocurrency react

Last synced: 23 days ago
JSON representation

Crypto tracker built w/ React, Vite, TypeScript, TailwindCSS, shadcn/ui, React Hook Form, Axios, CoinGecko API

Awesome Lists containing this project

README

          

# Crypto Wallet

## Initial Setup
Before starting the project, you need to create a .env file in the root of the project and provide your own Coingecko API key:

`VITE_BASE_URL='https://api.coingecko.com/api/v3/'`

`API_KEY='key goes here'`

## Using npm

Run commands

1. `npm install`

2. `npm run dev`

## Or using yarn

Run commands

1. `npm install --global yarn`

2. `yarn install`

3. `yarn run dev`