Skip to content

SaheedMuhammed/flask-task-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Task Tracker (Flask Web App)

A simple web application built with Python (Flask) that allows users to manage their daily tasks.
Users can add, edit, delete, and mark tasks as completed.
All data is stored in a SQLite database, and the app is hosted online for free.


Features

  • Add new daily tasks
  • Edit existing tasks
  • Mark tasks as completed
  • Delete tasks
  • SQLite database for data persistence
  • Simple and responsive user interface ( HTML + CSS)

Tech Stack

  • Backend: Python 3.x, Flask
  • Frontend: HTML, CSS,
  • Database: SQLite
  • Hosting: Render (Free web service)
  • Version Control: GitHub

How to Run the Project Locally

Clone the repository

git clone https://github.com/<your-username>/daily-task-tracker.git
cd daily-task-tracker

## Create and activate a virtual environment

python -m venv venv
venv\Scripts\activate

### Install dependencies

pip install -r requirements.txt

#### Run app
python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors