Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.45 KB

README.md

File metadata and controls

48 lines (38 loc) · 1.45 KB

Project: Todo List

Description

Todo List App, built with HTML, CSS, JavaScript and Webpack, allows the user to create and manage projects and individual tasks to help organise your personal productivity.

Features

Inbox

  • The default place to quickly add new tasks so you can get them out of your head, then come back and make a plan to take care of them later
  • Displays all task from other projects below in Chronological order

Today

  • Displays all tasks due today

This Week

  • Displays all tasks due this week

Completed

  • Displays all completed projects

Projects

  • Add Projects
  • Delete Projects
  • Sort Project Tasks by Date

Tasks

  • Add Tasks
  • View Tasks
  • Edit Tasks
  • Delete Tasks

Other features

  • Fully Responsive
  • Integrated localStorage to store data

Credits