App Making Without Coding PDF
App Making Without Coding PDF
🥱Note: “Hello comrades Ela unnaru? This is just an example to have idea to build a
web app without coding using chatgpt for a beginner. If you confused or did not
understand anything at any stage you can ask again chatgpt to clarify for ex: “ how to setup
vs code for this project?” Eka Modaledama👇
“Starting point is always hard once you started you are unstoppable” - Balayya
Prompt: "I want to create a web application that allows students to register their details. What environment and
tools do I need?"
Response:
Prompt: "How should I structure the files and folders for this registration app?"
- style.css (styling)
Prompt: "Can you provide the HTML for a simple student registration form?"
Response:
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Student Registration</title>
</head>
<body>
<form id="registration-form">
<label for="name">Name:</label>
<label for="email">Email:</label>
<label for="course">Course:</label>
</form>
<script src="app.js"></script>
</body>
</html>
```
Prompt: "How do I style this form to make it look clean and simple?"
Response:
```css
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f2f2f2;
form {
background-color: white;
padding: 20px;
border-radius: 10px;
}
input {
display: block;
margin-bottom: 10px;
padding: 10px;
width: 100%;
button {
background-color: #4CAF50;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
```
Prompt: "How do I add JavaScript to handle form submission and show a confirmation message?"
Response:
```javascript
document.getElementById('registration-form').addEventListener('submit', function(event) {
event.preventDefault();
document.getElementById('registration-form').reset();
});
```
Prompt: "Can you help me write a simple Node.js server to serve the registration form?"
Response:
```javascript
app.use(express.static(path.join(__dirname)));
res.sendFile(path.join(__dirname, 'index.html'));
});
app.listen(PORT, () => {
```
Response: Push the code to GitHub, then connect GitHub with Vercel to automatically deploy.
----------------------------------------
“Congrats🎉You made it Mawa eka ninnu evvadu aapaledu cheppindhi gurthundhi kadha okka pdf lo anni
pettadam possible kadhu meeku etuvanti doubt unna malli GPT nee adagandi (maku telsuleraa)
“Adagalante edola undhi page ni follow cheyyadam matram marchipokandi endhukante mana content mee life
ni simplify, impact chestundhi damn sure meeru 2024 lo teeskunna best decision avthundhi”