Skip to content

A sleek and efficient Todo List application built with Flask. This project showcases a clean, responsive design with a serene mountain background. Users can easily add, complete, and delete tasks. The app demonstrates fundamental web development concepts using Python, Flask, HTML, and CSS, making it ideal for beginners and intermediate developers.

License

Notifications You must be signed in to change notification settings

venky-1710/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List Flask - live demo

A simple and elegant Todo List application built with Flask.

Features

  • Add new tasks to your todo list
  • Mark tasks as completed
  • Delete tasks
  • Responsive design
  • Attractive UI with a mountain background

Technologies Used

  • Python
  • Flask
  • HTML
  • CSS
  • JavaScript (minimal, for form submissions)

Setup and Installation

  1. Clone the repository:
    https://github.com/venky-1710/todo-list.git
  2. Navigate to the project directory:
    cd todo-list-flask
  3. Create a virtual environment (optional but recommended):
    python -m venv ./venv/  
    # On Windows, use .\venv\Scripts\activate.bat
  4. Install the required packages:
    pip install -r requirements.txt
  5. Run the application:
    python app.py
  6. Open your web browser and go to http://localhost:5000

Project Structure

  • app.py: The main Flask application file
  • templates/index.html: The HTML template for the todo list
  • static/style.css: CSS styles for the application
  • static/todos.png: Background image for the application

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT-LICENSE

About

A sleek and efficient Todo List application built with Flask. This project showcases a clean, responsive design with a serene mountain background. Users can easily add, complete, and delete tasks. The app demonstrates fundamental web development concepts using Python, Flask, HTML, and CSS, making it ideal for beginners and intermediate developers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published