Skip to content

Instantly share code, notes, and snippets.

View nomiscientist's full-sized avatar
💻
Extreme Programming

Shaam nomiscientist

💻
Extreme Programming
View GitHub Profile
@nomiscientist
nomiscientist / code-editor-rules.md
Created January 6, 2025 18:44 — forked from yifanzz/code-editor-rules.md
EP12 - The One File to Rule Them All

[Project Name]

Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.

Project Context

[Brief description ]

  • [more description]
  • [more description]
  • [more description]
@nomiscientist
nomiscientist / index.html
Last active December 26, 2022 05:38
Create Pure React 18 and ReactDOM example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pure React</title>
</head>
<body>
<div id="root">React is not RENDERED.</div>