scrimba
Weekl Web Dev Challenge - Name Beautifier 💅
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Weekl Web Dev Challenge - Name Beautifier 💅
AboutCommentsNotes
Weekl Web Dev Challenge - Name Beautifier 💅
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body id="body">
<div id="card" class="container">
<input type="text" id="input" placeholder="Pumpkin" maxlength="15" autocomplete="off">
<button id="beautifierBtn">Beautify Name</button>
<button id="randomizerBtn">Randomize Name</button>
<button id="vibe">Vibes ✖</button>
</div>
<script src="index.pack.js"></script>
</body>

</html>
Console
/index.html
LIVE