The Guide Design and Build Your App With GPT-4
The Guide Design and Build Your App With GPT-4
+ Build
Your APP
with GPT-4
in 10 minutes
Swipe
I’m Going to Cover:
6
To infinity & beyond:
Useful Prompts
To experiment
HTML CSS
JavaScript Preview
Repost
Let’s start simple:
1. HTML:
Repost
CSS (styling):
Javascript (all the programming
and logic):
Copy the exact HTML, CSS and JS
file to jsfiddle.net to the respective
tab and click Run!
Tip
If you struggle with the setup or
making it work, and GPT-4 couldn’t
help - just let me know in the
comments!
And here’s your game:
You can change the words, by
you want:
website.
Sheets) file.
Tailwind
components --->
Let’s see if we can style our HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
initial-scale=1.0">
<title>Hangman Game</title>
</head>
<body>
<h1>Hangman Game</h1>
<p id="word"></p>
id="attemptsCount">6</span></p>
letter" maxlength="1">
<button id="submit">Submit</button>
<p id="message"></p>
<script src="hangman.js"></script>
</body>
Repost
Repost
Replace the HTML code with the
And... Tada:
Let’s experiment a bit further:
“thought” process:
Result:
I want you to create it in the Neo-Brutalist style using flat
colors and thick dark borders. Import illustrations or
images using open-source libraries.
Nice! But the illustration link doesn’t
is correct:
Question
Have you ever received a working
asset URL from GPT-4?
Let’s add the Hangman illustration
instead with JS code:
using multiple flat colors and thick borders. Use serif font
<!DOCTYPE html>
<html lang="en">
...
To the infinity &
beyond: useful prompts
You can of course add more
features, change the logic and create
a whole product around it.
Use GPT-4 to plan things
accordingly:
What are some modern web app development
frameworks?
How can I make sure that each word is shown before any
word is repeated, to reduce redundancy?
developers handoffs).
With development cost (of MVPs)
experience:
Insightful research
Million-dollar-one-man startups!
That’s a wrap!
All rights reserved.