-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Roheem Olayemi edited this page Jan 30, 2020
·
4 revisions
Essentially, a Todo-list-app is an application that allows one to manage and keep track of tasks that are needed to be carried out.
It has a simple and minimalistic design and supports the following functionalities:
- Adding or entering tasks
- Editing and updating tasks
- Checking that a task is completed
- Filtering tasks by status
- Deleting or removing tasks.
The functional app can be seen here working here:
https://tekcoder.github.io/Enhance-an-existing-project/
The app repository is available here:
https://github.com/Tekcoder/Enhance-an-existing-project
The app is implemented using the MVC pattern in JavaScript. This ensures that every section of the code is ideally managed. Here, the Model is responsible for the data logic, the view is in charge of the visual functionality while the Controller manages them both.