rlporter / SQL-Daily-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In week 1 of Back-End Fundamentals, you built a todo list, storing your data in memory.

Revisit this project, either writing it from scratch or editing your previous code, and use Sequelize to store your todos. You should add the ability to edit and delete individual todos.

Hard mode

Add a button to delete all completed todos. Sort your todos by their creation date, newest on top.

About


Languages

Language:JavaScript 71.3%Language:HTML 16.7%Language:CSS 12.0%