Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 730 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 730 Bytes

Cryptocurrency Calculator

The DEMO was deployed on Heroku. LINK: https://msq-test.herokuapp.com/

This is a simple cryptocurrency calculator.

Stack: React, Redux, Redux-Saga, Axios.

For converting cryptocurrencies I use Coinmarketcap API

Because of API limitation and CORS issue, I written a little proxy server on Express.

Frontend part is stored in folder react/


Installation

# Install the all dependencies with npm

$ npm run install:all

Run

For development:

$ npm run dev

P.S.

If you want test this project locally - you need to import your own API_KEY in .env.development file. The link is here. Otherwise, you can use my deployed project.