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
- React JS
- Fetch API
- Sass
To run app locally on your machine:
- Fork this repository
- In git bash, type
git clone https://github.com/<your_username>/market-cap.git
- Go into your local directory
cd market-cap
- Start the development server
npm start