/crypto-tracker

React app to track your crypto losses

Primary LanguageJavaScript

Crypto Tracker

Track crypto prices, save a portfolio, and track how much money you're losing by investing in cryptocurrencies.

Live: https://track-my-crypto.firebaseapp.com/

Prereqs to run locally

  • NPM
  • Node

Run it

# Clone this repo
https://github.com/wellstyler/crypto-tracker.git

# Install dependencies
npm i

# Run the app
npm start