This project is a frontend application built in React for exploring Ethereum. It fetches data from a backend API built in Node.js. The backend repository can be found here.
You can access the live server of this frontend application here.
The backend API used by this frontend is hosted in the following repository: Ethereum Backend API.
To set up this frontend application locally, follow these steps:
- Clone the repository to your local machine.
git clone https://github.com/vivekyadav5750/react-ethereum.git
- Navigate to the project directory.
cd react-ethereum
- Install dependencies using npm
npm install
- Run the development server.
npm start
Open your browser and visit http://localhost:3000 to view the application.
- Use this frontend application to explore Ethereum-related data fetched from the backend API.
- Interact with the provided features to view the following Ethereum data:
- Ethereum prices
- Address balances
- Transactions