macrusso / TDD_lists

TO DO lists for TDD learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

TO DO lists for TDD learning


Languages

Language:JavaScript 78.5%Language:Python 15.1%Language:CSS 4.3%Language:HTML 2.1%