Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.58 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.58 KB

COVID-19 Data Dashboard

React.js TypeScript Material UI

This user-friendly proof-of-concept application is designed for novice cryptocurrency enthusiasts (e.g., an elderly family member) to understand their transaction history on Ethereum effortlessly. The application should present the transaction history associated with a given wallet address straightforwardly and intuitively, akin to traditional bank transaction records. Despite the abundance of blockchain explorers available, their tendency to overwhelm users with excessive data often complicates understanding transactions. This project aims to harness available data sources and services to craft a more accessible and engaging user experience for a blockchain-novice audience.

🚀 Live Demo

Prerequistes

Before getting started, make sure you'll need to install the following items on your development machine:

Getting Started

To get started on your local environment, run the following commands:

# Install the project's dependencies
$  yarn install

# Run the app on your local environment
$  yarn start

Navigate to http://localhost:3000 to view the app!