{"id":23626299,"url":"https://github.com/tompinataro/toms-to-do-list","last_synced_at":"2025-11-07T17:30:39.791Z","repository":{"id":267871008,"uuid":"859614937","full_name":"tompinataro/Toms-To-Do-List","owner":"tompinataro","description":"48-hr Sprint:  Full-Stack (CRUD) To-Do List Application","archived":false,"fork":false,"pushed_at":"2024-12-13T00:28:12.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T23:13:24.979Z","etag":null,"topics":["clientside","serverside","sqldatabase"],"latest_commit_sha":null,"homepage":"https://github.com/tompinataro/Toms-To-Do-List","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tompinataro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-19T01:22:26.000Z","updated_at":"2024-12-13T00:28:16.000Z","dependencies_parsed_at":"2024-12-13T00:30:27.054Z","dependency_job_id":null,"html_url":"https://github.com/tompinataro/Toms-To-Do-List","commit_stats":null,"previous_names":["tompinataro/toms-to-do-list"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tompinataro%2FToms-To-Do-List","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tompinataro%2FToms-To-Do-List/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tompinataro%2FToms-To-Do-List/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tompinataro%2FToms-To-Do-List/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tompinataro","download_url":"https://codeload.github.com/tompinataro/Toms-To-Do-List/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239533784,"owners_count":19654765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clientside","serverside","sqldatabase"],"created_at":"2024-12-27T22:52:51.387Z","updated_at":"2025-11-07T17:30:39.734Z","avatar_url":"https://github.com/tompinataro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 48-hour Sprint: Full-Stack CRUD to-do list application\n![download](https://github.com/user-attachments/assets/c3e6f25b-883f-4013-bb4b-468ac26784ed)\n\nDesigned and built a To-Do List App with client-side, server-side, and an SQL database\n\n## Features:\n\n* A front-end experience that allows a user to create and store tasks inside\n  a database table and updates the DOM to display it as a new to-do item\n\n* Tasks have buttons to 'Complete' or 'Delete'\n  \n  * When a task is marked a completed:\n    * Its `isComplete` boolean value in the database table is updated to `TRUE`\n    * When a task has been marked as completed a CSS class is applied to the task\n      its \"complete\" button visibly appears grayed out\n\n   * When a task is marked a deleted:\n     * It is removed from the database table\n     * The DOM updates task list without the deleted task\n\n## CSS styling moves project aesthetic beyond basic HTML\n  - Background color of the single page view is unique\n  - Font family and size are adjusted to please the eye\n  - Text or background color of Tasks indicate their status\n\n## Database Created through Postico \n  - Runs the queries documented in `database.sql`\n  - Creates a `todos` table and populates it with Tasks\n\n## Testing Rubrics\n  - A task's text has data-testid = \"toDoTextInput\"\n  - New Task Button has data-testid = \"submitButton\"\n  - Rendered Tasks have data-testid = \"toDoItem\"\n  - HTML elements for tasks have \u003ctr data-testid = \"toDoItem\"\u003e...\u003c/tr\u003e\n  - Delete buttons have data-testid =\"deleteButton\" and are children of data-testid = \"toDoItem\"\n  - Complete buttons have data-testid =\"completeButton\" and are children of data-testid = \"toDoItem\"\n\n## Future Feature Ideas\n  - Colorize Creation, Completion and Delete Buttons\n  - Add Bootstrap styles to Task text inputs \n  - Responsive screen sizes\n  - Add Sweet Alert pop-ups as confirmations\n  - Add TIMESTAMP column to the Task table\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftompinataro%2Ftoms-to-do-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftompinataro%2Ftoms-to-do-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftompinataro%2Ftoms-to-do-list/lists"}