Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Python To-Do Web Application

  1. Run the application: Start the web server with:

    python -m venv .venv
    source .venv/bin/activate
    pip install -r requirements.txt
    python app.py
    
  2. Access the application: Open your web browser and navigate to http://localhost:3000 to access the to-do list application.