Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 495 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 495 Bytes

todo - List

RESTful APP using Django with following features -

  1. Add Items
  2. Delete Items
  3. Edit Item
  4. Cross-Off Item
  5. Uncross crossed-off item
  6. Beautiful interface using boot-strap

Test displaying all the features (screen recording) : https://youtu.be/0QO2dU_jUl8

How to Run -

  1. Install python 3.6+
  2. Install Django 2.1+
  3. check out the repo (git clone https://github.com/realpkya/todo.git)
  4. cd todo/
  5. python manage.py runserver
  6. Visit generated link