This project uses the Ether Scan API to scan through the ethereuem blockchain for transactions made by binance.
I hope you enjoy this one!
- HTML
- CSS
- Javascript
- React
- Redux
- Node
- NPM ( Node Package Manager )
- Git and Github Account
-
Run git clone on this project at the desired directory:
git clone https://github.com/joshuaivie/BookStore
cd BookStore
-
Install dependencies
npm install
-
Start React Dev Server
npm run start
-
On your favourite browser go to http://localhost:3000/
- Webhint linter -
npx hint .
on the root directory. - Stylelint linter -
npx stylelint "**/*.{css,scss}"
on the root directory. - ESLint linter -
npx eslint .
on the root directory.
👤 Joshua Ivie
- GitHub: @joshuaivie
- Twitter: @joshuaivie_
- LinkedIn: joshuaivie
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.