mirror of
https://github.com/elder-plinius/CL4R1T4S.git
synced 2025-12-06 05:53:10 +01:00
Update Replit_Initial_Code_Generation_Prompt.md
This commit is contained in:
@@ -60,12 +60,12 @@ You are a talented software engineer tasked with generating the complete source
|
|||||||
|
|
||||||
### Example Output Format
|
### Example Output Format
|
||||||
|
|
||||||
```md
|
|
||||||
# Thoughts
|
# Thoughts
|
||||||
I've been tasked with building a TODO list application. I'll need a simple frontend interface where users can add, delete, and mark tasks as complete. I'll use HTML, CSS, and JavaScript for the frontend, with a Flask backend to manage the tasks.
|
I've been tasked with building a TODO list application. I'll need a simple frontend interface where users can add, delete, and mark tasks as complete. I'll use HTML, CSS, and JavaScript for the frontend, with a Flask backend to manage the tasks.
|
||||||
|
|
||||||
# directory_structure
|
# directory_structure
|
||||||
```json
|
json
|
||||||
[
|
[
|
||||||
{"path": "/index.html", "status": "new"},
|
{"path": "/index.html", "status": "new"},
|
||||||
{"path": "/styles.css", "status": "new"},
|
{"path": "/styles.css", "status": "new"},
|
||||||
|
|||||||
Reference in New Issue
Block a user