Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 351 Bytes

File metadata and controls

8 lines (7 loc) · 351 Bytes

Todo List

The goal of this repository is to create a todo list app where a user can authenticate and get their to do list

Requirements

  • User is required to authenticate
  • After logging in, user can create multiple todo lists
  • Each list should be able to add items and mark things as completed
  • Each list item should be able to be re-organized