REACT README
"This SPA, ‘Best ever Metrics mobile/desktop WebApp’ for cryptocurrency provides: numeric data about Global Stats for Cryptocurrencies, information about individual Cryptocurrencies and a filterable list of Cryptocurrencies that leads to these items’ details."
- REACT
- REDUX
- Coinranking Cryptocurrency API
- Bing News Search API
- JavaScript
- HTML & CSS
To get a local copy up and running follow these simple example steps.
- Text Editor | Git and Github set up
- Clone repository and open with text editor
- Run npm install - to load necessary files from package.json
- Apply Linter checks with the following instructions
-
Stylelint: Install stylelint for clean Styles and elimination of related errors. Run:
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
Afterwards create a.stylelintrc.json
file and then runnpx stylelint "**/*.{css,scss}"
to check errors. Usenpx stylelint "**/*.{css,scss}" --fix
to fix multiple errors. -
Eslint: To find and fix script errors, run
npm install --save-dev [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] @babel/[email protected] @babel/[email protected] @babel/[email protected] @babel/[email protected] @babel/[email protected]
After, create a.eslintrc.json
file. Then runnpx eslint .
to print errors. Usenpx eslint . --fix
to fix multiple errors.
Get numeric data about Global Stats for Cryptocurrencies, information about individual Cryptocurrencies and a filterable list of Cryptocurrencies that leads to these items’ details. Also view news about about current Cryptocurrencies
- View APP
-On Homepage:
- View Global Stats for Cryptocurrencies
- Search for specific cryptocurrency by clicking on search icon / typing in search box
- Click on cryptocurrency to view details
- open
src/__test__
folder - Enter any test file
- Run
npm test
to test all files
👤 STEVE W DAMES JR
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Coinranking Cryptocurrency API
- Original design idea by Nelson Sakwa on Behance.
This project is MIT licensed.