Skip to content

Instantly share code, notes, and snippets.

View Anurella's full-sized avatar

Amaka Ndukwu Anurella

View GitHub Profile
/**
* A bookmarklet for viewing the largest contentful paint in a page.
* Will show each LCP after the bookmarklet is clicked.
*
* To install:
* 1. Copy the code starting from the line beginning `javascript:`
* 2. Add a new bookmark in Chrome, and paste the code in as the URL.
**/
javascript:(function(){
try {
@IDdesigner
IDdesigner / planet.json
Last active March 7, 2026 12:43
JSON of the planets
[
{
"planet": "Mercury",
"moons": 0,
"diameter": 4879,
"distanceFromSun": 57.9
},
{
"planet": "Venus",
"moons": 0,
@PurpleBooth
PurpleBooth / README-Template.md
Last active March 11, 2026 10:14
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites