mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
33 lines
742 B
Markdown
33 lines
742 B
Markdown
|
|
|
|
# Code a Web App in Replit | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%225e78121b-8b68-456a-806f-f4d1d21119ce%22%2C%22flow%22%3Atrue%7D%7D)
|
|
Turn your idea into a functional and beautiful web app using Replit.
|
|
|
|
# Prompt
|
|
|
|
```
|
|
Title: #[TitleOfTheProject]
|
|
|
|
Description: #[BriefDescription]
|
|
|
|
Type: Web App
|
|
|
|
Platform: Web Browser
|
|
|
|
Language/Framework: #[ProgrammingLanguages ]
|
|
|
|
Key Features:
|
|
|
|
#[Feature1]
|
|
#[Feature2]
|
|
#[Feature3]
|
|
|
|
|
|
Please provide step-by-step instructions and code for creating a Web App project titled #[TitleOfTheProject] using #[ProgrammingLanguages ]that can be set up in Replit. The project should have the following key features: #[Feature1], #[Feature2], #[Feature3].
|
|
```
|
|
|
|
|
|
|
|
|
|
|