Skip to content
FotieMConstant edited this page Aug 8, 2020 · 3 revisions

Welcome to the Todo-list-app wiki!

Todo-list-app is an application that allows to manage a list of tasks to do. It has as functionality adding, updating, deleting, and toggling state of each task on the list. It has a minimalistic design and basic functionality.

You can see it working here: Todo-list-app

The app shows how to implement MVC approach in JavaScript. Model, View, Controller(MVC) methodology separates data logic (model) from display functionality (View) and manages them using separate entities (Controller).

What this wiki contains.

  • Application overview (Functional description)
  • Program specification
  • Technical description
  • Tests
  • Bug fixing
  • Audit
  • Competitor audit
  • Competitor comparison
Clone this wiki locally