Skip to content

This is a simple To-Do App built with Flask, HTML, and CSS. It allows users to add and remove tasks from a to-do list, and prioritize them by selecting one of three levels: low, medium, or high.

License

Notifications You must be signed in to change notification settings

ryeviz/ToDo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo-App

ToDo-App

Description:

This is a simple To-Do App built with Flask, HTML, and CSS. It allows users to add and remove tasks from a to-do list, and prioritize them by selecting one of three levels: low, medium, or high.

Features:

Add new tasks to the list Set task priority Remove tasks from the list Tasks are displayed in order of priority Responsive design for mobile and desktop screens

Installation:

Clone the repository using git clone https://github.com/vignan8/ToDo-App.git

Navigate to the project directory using cd ToDo-App

Create a virtual environment using python -m venv env

Activate the virtual environment using source env/bin/activate (on Linux/Mac) or env\Scripts\activate (on Windows)

Install the required packages using pip install -r requirements.txt

Run the application using python app.py

Usage:

Open your web browser and go to http://localhost:5000

Use the form to add new tasks to the list

Click the "Remove" button next to a task to remove it from the list

Contributing:

If you would like to contribute to this project, you can fork the repository, make changes, and submit a pull request.

Credits:

This To-Do App was built by Vignan as a learning project. It uses the Flask web framework, HTML, and CSS.

License:

This project is licensed under the MIT License.

About

This is a simple To-Do App built with Flask, HTML, and CSS. It allows users to add and remove tasks from a to-do list, and prioritize them by selecting one of three levels: low, medium, or high.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published