Skip to content

C-Bandstra/Check-Yo-Self

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Yo' Self!

This is a to-do list app that allows users to create checklists for anything! The catch is that the user must checkoff every task before deleting the card. This makes it so the user cant make it seem like they have nothing to do. The user can also filter their to-do lists by urgency, which allows them to target their most important tasks.

Installing / Getting started

  • clone down the repo by clicking clone/download on the repository github page and copy the ssh key
  • open your terminal and initialize git
  • use the git clone command followed by the copied ssh key
  • use the command cd followed by the cloned directory name
  • once in directory use the open index.html command
  • switch to your browser to use the "app"

Built With

HTML, CSS, and JavaScript

Functionality

  • The buttons on the left side of the page are set to only enable when certain fields have text
  • The make task list button creates the users desired to-do list
  • The clear all button removes any unmade tasks from staging field and deletes text from the title input
  • The created to-do lists can only be deleted when all tasks are checked off
  • The urgency button can be clicked and the user can visibly see which cards are urgent
  • The x icon on made lists can be clicked and the to-do list will delete if all boxes are checked
  • The x button can be clicked and the task will be deleted in the task staging area

check-yo-self

About

Check Yo' Self: checklist app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published