Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.75 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.75 KB

Lighthouse Insight

Lighthouse Insight is a Next.js application designed to streamline the process of generating and comparing Lighthouse reports for multiple webpages. By simply providing a list of URLs, users can quickly obtain detailed Lighthouse reports and compare their scores using intuitive histogram charts.

Features

  • Automated Lighthouse Reports: Generate comprehensive Lighthouse reports for multiple URLs without manual intervention.
  • Comparison Tool: Compare the performance, SEO, accessibility, and other scores of different webpages through clear and concise histogram charts.
  • User-Friendly Interface: Easily input URLs and view the generated reports in a structured and accessible manner.
  • Incremental Updates: Reports are updated incrementally as each URL is processed, ensuring a smooth user experience.

Getting Started

Prerequisites

  • Node.js (version 14 or higher)
  • npm or yarn

Setup

Clone the repository:

git clone https://github.com/nirajgiriXD/lighthouse-insight.git

Installation

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Contribute

We welcome contributions from the community! Whether you're a developer, designer or user your input is valuable.

  • If you'd like to contribute, fork the repository, make your changes, and create a pull request. We appreciate your efforts in improving the project!

  • If you have any ideas or suggestions, feel free to share them in the discussions section. We appreciate your feedback and are open to collaborative discussions to enhance the project!