A simple YourToDO App written in Flask and Python.
python
Flask
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 .
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.