Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 1.52 KB

README.md

File metadata and controls

76 lines (50 loc) · 1.52 KB

React Capstone Project - ETHEREUM BLOCKCHAIN EXPLORER

This project uses the Ether Scan API to scan through the ethereuem blockchain for transactions made by binance.

I hope you enjoy this one!

Live Demo

ETH Explorer

Built With

  • HTML
  • CSS
  • Javascript
  • React
  • Redux

Getting Started

Prerequisites

  • Node
  • NPM ( Node Package Manager )
  • Git and Github Account

Setup

  • 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/

Tests

  • 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.

Authors

👤 Joshua Ivie

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.