Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

lulunac27a/flask-endless-task-list-app

Open more actions menu

Repository files navigation

Flask Endless Task List Application with Levels and Experience Points (XP)

This app is an endless task list application with levels and experience points (XP). It uses SQLAlchemy to store user and task list data to the database.

Getting Started

  1. Clone the repository.
  2. Install dependencies: pip install -r requirements.txt.
  3. Set SECRET_KEY environment variable. On Windows: use setx command in Command Prompt like setx SECRET_KEY "your_secret_key". On macOS and Linux: use export command in terminal like export SECRET_KEY="your_secret_key".
  4. Create a migration using flask db init.
  5. Create a migration script using flask db migrate.
  6. Apply the migration using flask db upgrade.
  7. Run the app using flask run.
  8. Open localhost:8081 on your web browser.

Features

  • Levels and XP (Experience Points) system.
  • Repeatable tasks.
  • XP multiplier for tasks based on streaks.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.