File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,9 @@ This app is an endless task list application with levels and experience points (
11115 . Create a migration script using ` flask db migrate ` .
12126 . Apply the migration using ` flask db upgrade ` .
13137 . Run the app using ` flask run ` .
14- 8 . Open ` localhost:8081 ` on your web browser.
14+ 8 . Open ` localhost:8081 ` on your web browser.
15+
16+ ## Features
17+ - Levels and XP (Experience Points) system.
18+ - Repeatable tasks.
19+ - XP multiplier for tasks based on streaks.
Original file line number Diff line number Diff line change @@ -11,4 +11,9 @@ This app is an endless task list application with levels and experience points (
11115 . Create a migration script using ` flask db migrate ` .
12126 . Apply the migration using ` flask db upgrade ` .
13137 . Run the app using ` flask run ` .
14- 8 . Open ` localhost:8081 ` on your web browser.
14+ 8 . Open ` localhost:8081 ` on your web browser.
15+
16+ ## Features
17+ - Levels and XP (Experience Points) system.
18+ - Repeatable tasks.
19+ - XP multiplier for tasks based on streaks.
You can’t perform that action at this time.
0 commit comments