]> git repositories - QuestLog.git/commitdiff
updated README
authorbochard <mail@bochard.net>
Fri, 18 Jul 2025 01:15:34 +0000 (09:15 +0800)
committerbochard <mail@bochard.net>
Fri, 18 Jul 2025 01:19:18 +0000 (09:19 +0800)
README.md
images/readme/dashboard.png [new file with mode: 0644]
images/readme/login.png [new file with mode: 0644]
images/readme/signup.png [new file with mode: 0644]

index 24a7c126a275582de62dcfe5f0ebd176a9e59dd4..03326367c9ede5b10f91eff4aa73531ff0c4e430 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,22 @@
-### QuestLog
-a web-based todo app with RPG theme that might gonna help you get productive.
+# QuestLog
+a web-based to-do application with RPG theme that might help you get productive.
 
-RPG theme: [RonenNess/RPGUI](https://github.com/RonenNess/RPGUI)
+## Features
+- signup and login
+- add tasks
+- edit tasks
+- delete multiple tasks
 
-_(under development...)_
\ No newline at end of file
+## Some screenshots
+*The signup page*
+![screenshot of signup page](/images/readme/signup.png)\
+*The login page*
+![screenshot of login page](/images/readme/login.png)\
+*The dashboard*
+![screenshot of dashboard](/images/readme/dashboard.png)
+
+---
+
+__RPG theme: [RonenNess/RPGUI](https://github.com/RonenNess/RPGUI)__
+
+_(unfinished project...not yet sure if I'll have the time to finish this. would be glad if someone helps to finish this by submitting a pull request.)_
\ No newline at end of file
diff --git a/images/readme/dashboard.png b/images/readme/dashboard.png
new file mode 100644 (file)
index 0000000..417a907
Binary files /dev/null and b/images/readme/dashboard.png differ
diff --git a/images/readme/login.png b/images/readme/login.png
new file mode 100644 (file)
index 0000000..bb1c7c6
Binary files /dev/null and b/images/readme/login.png differ
diff --git a/images/readme/signup.png b/images/readme/signup.png
new file mode 100644 (file)
index 0000000..d34b399
Binary files /dev/null and b/images/readme/signup.png differ