ChainKeeper
ChainKeeper copied to clipboard
Web platform to analyze crypto Blockchain
when npm install is executed "npm WARN [email protected] requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself." this warning comes
when npm install is executed the warning npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents): comes
By adding this kind of model there is a another view for the users to identify the currency rates for the cryptocurrencies as appears in blockchain.info site.
in the client home, it every time shows a loading indicator since not fetching data from the server
fixed the issue 42 by running "npm i ajv" after "npm install" .Edited the README.md and added "npn i ajv" after "npm install"
Updated the README.md Then windows users know that they cant run this on windows #40
fixes #38 fixed the gradient has outdated direction syntax in main.css
fixes #33 Removed the useless constructor used in Navigation.js. it's only necessary to pass props into the constructor if you intend on using this.props inside the constructor. 
fixes #31 ` imageClick()} />`
changed the background and text color. 