/200301-react-crypto-wallet

This React app give you a global vision of your crypto currency assets by fetching the current price

Primary LanguageJavaScript

Crypto Wallet

Add your crypto assets and have a global vision of your wallet with an history.

Your crypto wallet here

How to install in local for devs

install packages

npm i

create de Firebase project with a firestore database

edit .env.env with your Firebase secrets

rename .env.env to .env

mv .env.env .env

npm start