Skip to content

A Chrome User Experience Report explorer made with React

Notifications You must be signed in to change notification settings

guaca/crux-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrUX Explorer (WIP)

Know the speed of your pages and make them better! Powered by the Chrome User Experience Report, CrUX Explorer provides you with data from real Chrome users all around the world to know how a page or a site is performing in terms of:

  • Loading, thanks to the LCP metric
  • Interactivity, with FID data
  • Visual Stability, owing to CLS values

CWV are part of Google's Page Experience ranking signals, so improving them you are working on inproving your SEO results.

Check how your page is performing in CWV and compare your results to your main competitors. You can also save your CWV results and check them whenever you need them in the History section. Check how your metrics evolve over time!

Disclaimer

This project stores secret data (database configuration and API keys) in the React App. I know it's a terrible idea and it will be visible through developer tools. This data should be stored in backend.

Live Demo

https://crux-explorer.netlify.app

Screenshots

Home

Home page

Signup

Signup

New Check

New Check

Test Result

Test Result

History

History

Installation

If you want to create your own CrUX Explore, follow these instructions.

  1. Clone the repository and install dependencies:

$ git clone [email protected]:guaca/crux-explorer.git
$ cd crux-explorer
$ npm install
  1. Create a Firebase Project and set your credentials in firebaseConfig.js file (documentation)

  2. Get your own Crome User Experience Report APIkey and set it in NewCheck.jsx file (documentation)

Now you can run one of the available scripts

npm run start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

Features and Technologies of the project

Pending iterations

  • Create an input component to ask users for their own CrUX APIkey and store it in localStorage.
  • Store saved tests into Firebase Realtime Database instead of localStorage.
  • Add Jest unit testing.

About

A Chrome User Experience Report explorer made with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published