Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google CrUX Performance Metrics App

This application is a React + Vite app that interacts with the Google Chrome User Experience Report (CrUX) API to fetch performance metrics for specified website origins.
The app allows users to filter the results and view them in a clean, tabular format.

Features

  • Fetches real-world performance metrics from the CrUX API
  • Supports filtering by website origins
  • Displays data in a table format
  • Built with React and Vite for fast development and build times

Running the Application

Follow these steps to run the application on your local machine:

  1. Clone the Repository
    Clone the project to your local machine using git:

    git clone <repository-url>
    cd <repository-folder>
    
  2. Install Dependencies

     npm install
         or
     yarn install
    
  3. Start the Development Server

     npm run dev
         or
     yarn dev
    
  4. Building for Production

     npm run build
         or
     yarn build
    

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.

About

The GoogleCrUX gives low-latency access to aggregated real-user experience data at page and origin granularity.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages