This is a Crypto webapp made with React to showcase the details of various crypto currencies.
The app roivides:
- Real time prices of Currencies.
- html
- css
- webpack
- JavaScript
- ReactJs
- Redux
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@github.com:AhmedNazirMusah/Metrics-webapp
- To access cloned directory run:
cd Metrics-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 .
👤 Ahmed Nazir Musah
- GitHub: Link to Github Profile
- Twitter: Link to Twitter Profile
- LinkedIn: Link to LinkedIn Profile
Give a ⭐️ if you like this project!
Original design idea by Nelson Sakwa on Behance.
This project is MIT licensed.