Skip to content
/ jsTasks Public

JavaScript To-Do app demonstration without persistent storage

Notifications You must be signed in to change notification settings

dlampa/jsTasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsTasks web app

TECHCareers Assignment 3 - Simple JavaScript TODO app (with a twist)

This is my first JavaScript app - a simple take on the classic to-do concept. As it is based on pure JS, data is not persistent.

Assignment

  • Create a simple to-do app that can handle adding, editing and deleting tasks through a simple, intuitive interface.

  • The app should be able to visually sort items based on their completion status (i.e. in pending, active, completed columns)

  • Creation, completion, editing, etc. times should be shown together with the tasks.

  • Allow the user to estimate completion time for each task, then compare and report status of the task back to the user (late, early, etc.)

Live website

You can see the live version of this project at the following link

Trello project board

Access the Trello board for the project here

About

JavaScript To-Do app demonstration without persistent storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published