Skip to content

A Chrome UX Report App for analyzing web performance metrics like CLS, FCP, and FID. Set up with npm install and run using npm start. The project uses JavaScript, HTML, and CSS for a streamlined UX analysis.

Notifications You must be signed in to change notification settings

john310897/chrome_ux_report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Chrome UX Report App

chrome ux report provides you data such "cumulative_layout_shift", "first_contentful_paint", "first_input_delay", "interaction_to_next_paint", "largest_contentful_paint", "experimental_time_to_first_byte"

Steps to Run

Navigate to the project directory and perform the following commands

npm install

npm start

Make sure to add http://localhost:5000 when running locally at src/services/ChromeUXReportService.js at API_URL

About

A Chrome UX Report App for analyzing web performance metrics like CLS, FCP, and FID. Set up with npm install and run using npm start. The project uses JavaScript, HTML, and CSS for a streamlined UX analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published