Skip to content

Commit 5aa2ae1

Browse files
committed
Add features in README
1 parent 1ed0c96 commit 5aa2ae1

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ This app is an endless task list application with levels and experience points (
1111
5. Create a migration script using `flask db migrate`.
1212
6. Apply the migration using `flask db upgrade`.
1313
7. 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.

docs/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ This app is an endless task list application with levels and experience points (
1111
5. Create a migration script using `flask db migrate`.
1212
6. Apply the migration using `flask db upgrade`.
1313
7. 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.

0 commit comments

Comments
 (0)