From: bochard Date: Fri, 18 Jul 2025 01:15:34 +0000 (+0800) Subject: updated README X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=a8b866d30dbfcea50e79c961ef09b3e8bc64311d;p=QuestLog.git updated README --- diff --git a/README.md b/README.md index 24a7c12..0332636 100644 --- 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 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 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 index 0000000..d34b399 Binary files /dev/null and b/images/readme/signup.png differ