Skip to content

mulfranck/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

Brief

  • The Today content the todo that is currently created in the todo list.
  • The This Week content the todo that are projected with a due-date within the current week.
  • The Project allow the creation of a collection of todo.
  • The Todo section of the window display the collection of the all the todo in a Project.
  • The In Progress is a display of all the todos that the due-date not yet reach.

Aim

This project is to exercise the implementation of the SOLID design principle

  • S: Single responsibility

    Single responsibility entells "A module/class/object should be have Only a one responsibility". That is, a class or module or object should not for example change or manipulate the programs logic and at the seem time maniputate the DOM.

About

A web app used to list your day-to-day activities for planning and scheduling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published