mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-18 13:15:00 +01:00
Add benchmarks
This commit is contained in:
2
benchmark/file_explorer/main_prompt
Normal file
2
benchmark/file_explorer/main_prompt
Normal file
@@ -0,0 +1,2 @@
|
||||
Create a basic file explorer CLI tool in Python that allows users to navigate through directories, view file contents, and perform basic file operations (copy, move, delete).
|
||||
|
||||
2
benchmark/image_resizer/main_prompt
Normal file
2
benchmark/image_resizer/main_prompt
Normal file
@@ -0,0 +1,2 @@
|
||||
Create a CLI tool in Python that allows users to resize images by specifying the desired width and height. Use the Pillow library for image manipulation.
|
||||
|
||||
2
benchmark/timer_app/main_prompt
Normal file
2
benchmark/timer_app/main_prompt
Normal file
@@ -0,0 +1,2 @@
|
||||
Create a simple timer app using HTML, CSS, and JavaScript that allows users to set a countdown timer and receive an alert when the time is up.
|
||||
|
||||
2
benchmark/todo_list/main_prompt
Normal file
2
benchmark/todo_list/main_prompt
Normal file
@@ -0,0 +1,2 @@
|
||||
Create a simple to-do list app using HTML, CSS, and JavaScript. Store tasks in local storage and allow users to add, edit, and delete tasks.
|
||||
|
||||
Reference in New Issue
Block a user