Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 609 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 609 Bytes

Finiam Market Cap

Overview

This app was created as a React code challenge. It allows users to search for a cryptocurrencies and see some information about it*.

Live demo: https://finiammarketcap.herokuapp.com

* Uses information from CoinGecko API

Built with

  • React JS
  • Fetch API
  • Sass

Run locally

To run app locally on your machine:

  1. Fork this repository
  2. In git bash, type
git clone https://github.com/<your_username>/market-cap.git
  1. Go into your local directory
cd market-cap
  1. Start the development server
npm start