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
- Host: GitHub
- URL: https://github.com/sampconrad/coin-wallet
- Owner: sampconrad
- Created: 2024-01-26T19:24:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T11:10:09.000Z (over 2 years ago)
- Last Synced: 2025-01-11T11:23:01.539Z (over 1 year ago)
- Topics: coingecko-api, cryptocurrency, react
- Language: TypeScript
- Homepage: https://sampconrad-coinwallet.netlify.app/
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`