Skip to content

Instantly share code, notes, and snippets.

View thusmiley's full-sized avatar
:octocat:

Thu Dang thusmiley

:octocat:
View GitHub Profile
@thusmiley
thusmiley / index.html
Created August 3, 2021 21:30
Build a Javascript Calculator FCC (solution)
<!-- codepen link: https://codepen.io/thudang211/pen/wvdxZOR -->
<!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" />
<script
crossorigin
@thusmiley
thusmiley / index.html
Created July 17, 2021 00:27
Drum Machine - freeCodeCamp (Solution)
//https://codepen.io/thudang211/full/ZEKLKOo
<!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" />
<script
crossorigin
@thusmiley
thusmiley / index.html
Last active July 17, 2021 00:29
Markdown Previewer - freeCodeCamp (solution)
//https://codepen.io/thudang211/full/gOWwNVJ
<!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" />
<script
crossorigin
src="https://unpkg.com/react@17/umd/react.development.js"
@thusmiley
thusmiley / index.html
Last active July 17, 2021 00:30
CodePen Home Build a Random Quote Machine - FCC (Solution)
//https://codepen.io/thudang211/full/ZEKYwPR
<!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" />
<script
crossorigin
src="https://unpkg.com/react@17/umd/react.development.js"
@thusmiley
thusmiley / index.html
Created April 20, 2021 19:42
Personal Portfolio Page - FreeCodeCamp (solution)
<!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>Personal Portfolio</title>
<link rel="stylesheet" href="styles.css" />
<link
rel="stylesheet"
@thusmiley
thusmiley / index.html
Created April 17, 2021 21:51
Technical Documentation Page - FreeCodeCamp (Solution)
<!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>Technical Documentation</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
@thusmiley
thusmiley / index.html
Created April 17, 2021 17:17
Product Landing Page - FreeCodeCamp (Solution)
<!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>Landing Page</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
@thusmiley
thusmiley / index.html
Last active April 17, 2021 17:18
Survey Form - freeCodeCamp (Solution)
<!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>Survey Form</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
@thusmiley
thusmiley / index.html
Last active April 17, 2021 17:17
Tribute Page Project - FreeCodeCamp (Solution)
<!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>Tribute Page</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body id="main">