Crypto Metrics is a web(mobile-focused) software for monitoring the Cryptocurrency exchange's listed firms and seeing their live metrics. It uses data from the Coingecko API.
API
To get the content of this project locally you need to run the following commands in your terminal.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
- Download the Zip file or clone the repo with:
git clone git@github.com:Strangeal/metric-webapp.git
- To access cloned directory run:
cd metric-webapp
- Open it with the live server
To install linters and other project's dependencies run:
npm install
For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
npx hint .
- For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
- For tracking linter errors in JavaScript files run:
npx eslint .
👤 Justice Bajeri
- GitHub: Link to Github Profile
- Twitter: Link to Twitter Profile
- LinkedIn: Link to LinkedIn Profile
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
For Design Inspiration I would like to Acknowledge Cindy Shin ❤️
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.