Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 985 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 985 Bytes

About

This project serves to recreate a success of years passed, BTC-charts. A few challenges with the prior project led me to seek to remake the project from the ground up, including:

  • The API changed drastically and no longer has a free option.
  • Each of the libraries are very outdated.
  • A better dev toolset is now available in create-react-app.

Preview of app

Running locally

git clone https://github.com/jacobhamblin/crypto-watch.git

Download the repo

npm i

Install the dependencies

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run deploy

Pushes the bundled pieces to github.