Skip to content

joshmoran/tasks_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks App

A simple tasks app using vanilla JavaScript

Index

  1. Features
  2. Error Handling

1. Features

  • Add a new task
  • Counter for pending tasks
  • Counter for completed tasks
  • Pending Tasks
    • Complete - click on the cross
    • Rename
    • Delete
  • Completed Tasks
    • Move back to pending - click on the cross

2. Error handing

2 elements have error control

2.1 Adding a task

  • Error message when empty
  • Alerts the user
  • Red border around the input element

2.2 Renaming a task

  • Error when the renamed task is empty
  • Red border around the input element to display where the error is coming from

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published