RESTful APP using Django with following features -
- Add Items
- Delete Items
- Edit Item
- Cross-Off Item
- Uncross crossed-off item
- Beautiful interface using boot-strap
Test displaying all the features (screen recording) : https://youtu.be/0QO2dU_jUl8
- Install python 3.6+
- Install Django 2.1+
- check out the repo (git clone https://github.com/realpkya/todo.git)
- cd todo/
- python manage.py runserver
- Visit generated link