Skip to content

shushan-harutyunyan/Todo_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App using flask

Perform Operations like

  1. Add Task: Users can add new tasks to their todo list by entering task content and submitting the form.
  2. Mark as Completed: Users can mark tasks as completed by checking a checkbox next to each task.
  3. Update Task: Users can update the content of a task by clicking on the task and editing its content in-place.
  4. Delete Task: Users can delete tasks from their todo list by clicking on a delete button next to each task.

To install app

  1. Clone the repo to your machine:
  2. Navigate to the project Repo:
    • cd todo-app
  3. Create virtual environment (optional):
    • python -m venv /path/to/new/virtual/environment
  4. Activate your virtual environment:
    • source venv/bin/activate
  5. Install the required dependencies:
    • pip install -r requirements.txt

To run app

  1. Run app
  • python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published