Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 536 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 536 Bytes

This react project is created from scratch(without create react app).

Crypto App

The cryptocurrency application lists the top 100 cryptocurrencies and shows its details. Also shows the overview analysis for all of the displayed currencies in the form of a Scatter chart. The data is listed from CoinMarketCap.

Scrips to run project

Installing dependencies

npm install

Run the project locally(development)

npm start