project
User stories
Core
test("Submitting a new task adds it to the list", () => { // test goes here });test("Checking an entry marks it as complete", () => { // test goes here });test("Deleting an entry removes it from the list", () => { // test goes here });
Stretch
Acceptance Criteria
Last updated