Skip to content

Todo list to allow users to keep track of tasks they need to do

Notifications You must be signed in to change notification settings

JKPearce/Todo-List

Repository files navigation

Todo-List

Todo list to allow users to keep track of tasks they need to do Features Include

  • Add task
  • Add new projects
  • Display tasks due today
  • Display tasks due this week
  • Remove tasks
  • Edit existing tasks
  • Mark tasks as completed

Live Demo: Here

Goals

This project goals were to practice JavaScript Object Oriented Programming Principles mostly by following "Single Responsibility Principle" and avoid tightly coupled objects

Tech used

  • HTML
  • SCSS
  • JavaScript
  • NPM
  • WebPack

Future improvements

  • Add local storage
  • Add cloud storage and user accounts
  • Add filter by date
  • Add filter by priority
  • Add ability to re-order projects in the list
  • Move all completed tasks to an archive project
  • Add side panel hider
  • Make page reactive to small screens

About

Todo list to allow users to keep track of tasks they need to do

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published