Add benchmarks

This commit is contained in:
Anton Osika
2023-06-17 12:06:50 +02:00
parent b43bb1f407
commit f076ae286e
5 changed files with 11 additions and 0 deletions

3
.gitignore vendored
View File

@@ -31,3 +31,6 @@ Thumbs.db
# this application's specific files
archive
# any log file
*log.txt

View 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).

View 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.

View 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.

View 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.