Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 837 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 837 Bytes

web-vitals-demo

This is the demo project for improve web vital metrics. It's a simple site with a lot of bad practices.

You can practice with this project and improve the web vital metrics.

We prepared 3 case for each vital metrics

  1. LCP - Largest Contentful Paint (prepared by @hasantezcan)

    You can switch the LCP branch to see the LCP cases

  2. FID - First Input Delay (prepared by @merttosun)

    You can switch the FID branch to see the FID cases

  3. CLS - Cumulative Layout Shift (prepared by @aslihann)

    You can switch the CLS branch to see the CLS cases

How to use

  1. Clone this repo

  2. Install dependencies

yarn install
  1. Run the project
yarn dev
  1. Open the project in your browser
http://localhost:3000

License

MIT