sduale01 / sql-to-do-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sql-to-do-list

Base Mode

  • Front end experience that allows a user to create a Task.
  • When the Task is created, it is stored inside of a database (SQL).
  • Whenever a Task is created the front end refreshes to show all tasks that need to be completed.
  • Each Task has an option to 'Complete' or 'Delete'.
  • When a Task is complete, its visual representation changes on the front end.
  • Whether or not a Task is complete is also stored in the database.
  • Deleting a Task removes it both from the front end as well as the Database.

Stretch Mode

  • Bootstrap is added to the front end
  • Completed tasks are brought to the bottom of the page and the remaining tasks left to complete are brought to the top of the list.
  • When deleting a task, 'are you sure: yes / no' option will pop up.

About


Languages

Language:JavaScript 74.1%Language:HTML 23.4%Language:CSS 2.5%