Skip to content

Instantly share code, notes, and snippets.

View AR-Student824's full-sized avatar
👽
notelierai.com

ar AR-Student824

👽
notelierai.com
View GitHub Profile
@AR-Student824
AR-Student824 / index.html
Last active November 22, 2021 01:38
Copy content when codeblocks are clicked:HTML,JS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<code>console.log('hello!')</code>
<script src="https://underdot.vercel.app/underdot.js" type="text/javascript"></script>
@AR-Student824
AR-Student824 / MAIN.md
Created August 5, 2021 04:16
I made 1 JavaScript project a day for a week

I made 1 JavaScript-powered project a day for a week, here are the results

Rules

  • The project must be at a working state or I fail the challenge and I have to start over (luckily didn't happen)
  • Each project must be open source
  • I can edit any one of those projects after the week ends, but I can only edit the day's project during the week
  • All projects must involve some sort of JavaScript, so I can't just make some static website and call it a day
  • The projects don't have to be fully complete, they just have to be at a working state

Now that is out of the way, here are the projects I made, and the link to the final commit of the day the projects were made. NOTE: I do not recommend you run the code from the final commit of the day because when the week is over, I am adding improvements to the projects, and it's always recommended to use the latest version. This is just to prove that I didn't cheat.