Skip to content

sslampa/to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App

to-do

Description

This is a simple to-do list app that allows the user to create, edit, and delete tasks. It also allows the user to add tags to each task to be more organized.

Instructions

Add Task

add-task

  • Find and click on the "Add Task" button to open up the fields to add tasks
  • Users can add a title, description, and completion date/time

add-tag

  • Optionally, tags can be added alongside each task for more organization

submit

  • When completed with all the task details, just press the "Submit" button and the newly created task shows up below!

Sort Task

sort-task

  • You can sort tasks by clicking on any of the tag buttons

Remove/Edit Task

remove-edit-task

  • You can remove/edit tasks by clicking on the the task and finding the row of buttons labeled "Remove" and "Edit"

edit-task

  • To edit, click the "Edit" button and a field similar to the add task should show up
  • Press the "Save" button to save any new changes

Code

Languages/Libraries

  • JavaScript
  • jQuery
  • HTML
  • CSS
  • Bootstrap

js Folder

controllers - Changes what the user sees based on user interactions

- add_task.js
- edit_task.js
- remove_task.js
- sort_task.js

models - Contains data for initial and newly created tasks/tags

- create_tag.js
- create_task.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published