Skip to content

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

Notifications You must be signed in to change notification settings

sampconrad/coin-wallet

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published