Skip to content

A list-making website using Django developed with TDD.

Notifications You must be signed in to change notification settings

Gor-Ren/superlists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superlists

A to-do website written in Python using Django.

The development of Superlists follows the Test-Driven Development methodology, such as writing unit tests prior to (incremental) changes and test automation.

List data is held in a SQLite database. Test automation is achieved through a mixture of unittest, the Django test framework, and Selenium.

Development Progress

  • basic HTML page
  • receive user list input
  • SQLite database integration
  • store and display user's list
  • store and display lists of multiple users
  • make UI prettier
  • deploy website
  • implement user input validation
  • implement CI using Jenkins

About

A list-making website using Django developed with TDD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published