- Clone this repository to your local machine:
git clone https://github.com/techfussion/explore.io.git
- Open the
index.htmlfile in a web browser.
You can view the live site at: https://explore.io.vercel.app
Lighthouse report:
| Metric | Score |
|---|---|
| Performance | 93 |
| Accessibility | 100 |
| Best Practices | 96 |
| SEO | 100 |
I decided to use a static dashboard image rather than creating charts with Chart.js or similar libraries because this is a landing page and doing that might not be the best:
However, if real-time or interactive data visualization is needed like in the actual dashboard, a library like Chart.js can be utilized.