A simple YourToDO App written in Flask and Python.
python
FlaskYou should have Git installed in your computer .
1-gitclonehttps://github.com/kushnamdev/YourToDo2-GotoYourToDodirectoryusingthecommand : cdYourToDO3-pipinstall-rrequirements.txt4-pythonapp.py5-Gotohttp://127.0.0.1:8000inyourbrowser .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.
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.