You can view the live version of the dashboard here.
This project is a web-based dashboard that fetches and displays portfolio data from the Ether.fi API. It provides users with insights into their total points, integration points, badges, and daily streaks.
- Fetch portfolio data using a user-provided address.
- Display total points and integration points summaries.
- Show badges and daily streak information.
- User-friendly interface with error handling and success messages.
- HTML
- CSS (Tailwind CSS)
- JavaScript (Axios for API requests)
- A modern web browser
- Internet connection
- Clone the repository:
git clone https://github.com/yourusername/portfolio-api-dashboard.git
- Open
index.html
in your web browser.
- Enter a valid Ethereum address in the input field.
- Click the "Fetch Data" button to retrieve and display the portfolio information.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License.
- Ether.fi API for providing the data.