Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 768 Bytes

README.md

File metadata and controls

56 lines (38 loc) · 768 Bytes

Crypto Assets Monitor

An simple web application to view asset charts from kraken exchange public api

What's inside

  • Frontend: Typescript using React, Redux-Toolkit, Bootstrap, react-financial-charts
  • Backend: Javascript using Express

What provides

  • Candlestick charts
  • With Trade volume
  • With EMA12 and EMA26 indicators
  • Responsive Design

Screenshot

Download

git clone https://github.com/vaidis/Crypto-Assets-Monitor.git

Install

cd Crypto-Assets-Monitor

# Back-end
cd Back
npm install

# Front-end
cd Front
npm install

Run

# Back-end
cd Back
npm start

# Front-end
cd Front
npm start

Todo

  • [] Tests
  • [] Theming error and loading messages
  • [] More indicators