This application is a to-do list, which allows users to view items completed and incompleted, mark items as completed, add new items and delete existing items.
- app.js
- package.json
- connection.js
- orm.js
- secret_keys.js
- routes.js
- schema.sql
- seeds.sql
- tasks.js
- Note: these files contain css and js files for the app pages
- /layouts (contains main.handlebars)
- index.handlebars
-
Bootstrap was used for this project
-
moment.js was used for formatting date fields
-
Data is displayed in a table format, with action icons for user operation