Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 624 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 624 Bytes

CryptoKeeper

Hello! This project named CryptoKeeper was built for the second phase at the Flatiron School in which we were introduced to React. CryptoKeeper is cryptocurrency search resource with real-time stats and a portfolio to store favorites. The data was retrieved from the third party API Coingecko.com.

Check out a demo of this project below!

CryptoKeeper.mp4

Setup

Fork and clone this repo then:

npm install
npm start

This will run your server on port http://localhost:3000.