Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.06 KB

YourToDO

A simple YourToDO App written in Flask and Python.

forthebadge

forthebadge

Requirements

python
Flask

Installation

You should have Git installed in your computer .

1-git clone https://github.com/kushnamdev/YourToDo
2-Go to YourToDo directory using the command : cd YourToDO
3-pip install -r requirements.txt
4-python app.py
5-Go to http://127.0.0.1:8000 in your browser .

Usage

A user can add a todo task in list, view all the tasks they have to complete . You can edit a todo by clicking "EDIT" button and if the task is completed then just click "DELETE " button and it will be deleted.

Contributing

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

Please make sure to update tests as appropriate.

License

MIT