Skip to content

macrusso/TDD_lists

Repository files navigation

TDD lists

TO DO list app in Django developed with test driven development (TDD) process for learning purposes

It's a minimum viable app with TDD. made just te get myself familiar with TDD. Plenty of features missing such as post or list removal, different users accounts and many more. That won't be added.

Testing methods:

  • functional test
  • unit test

Technology used:

  • Django
  • Selenium
  • JavaScript
  • QUnit

Deployed with pythonanywhere.com: TO-DO

Installing dependencies

To install project dependencies you can run the following command at project root:

pip install -r requirements.txt