{"id":22386906,"url":"https://github.com/codelikeagirl29/to-do-list","last_synced_at":"2026-05-17T15:08:15.020Z","repository":{"id":262354600,"uuid":"886980851","full_name":"CodeLikeAGirl29/To-Do-List","owner":"CodeLikeAGirl29","description":"To-do list 🚀 javascript, html, css | made for HyperSkill","archived":false,"fork":false,"pushed_at":"2024-11-12T14:53:41.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T03:07:23.300Z","etag":null,"topics":["css","html","hyperskill","javascript","jetbrains","practice-project","todo-list"],"latest_commit_sha":null,"homepage":"https://codelikeagirl29.github.io/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/CodeLikeAGirl29.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-11-12T00:43:55.000Z","updated_at":"2024-11-12T14:53:45.000Z","dependencies_parsed_at":"2024-11-12T01:31:57.840Z","dependency_job_id":"2db7c072-72ec-4232-86e9-09e42998bb07","html_url":"https://github.com/CodeLikeAGirl29/To-Do-List","commit_stats":null,"previous_names":["codelikeagirl29/to-do-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeLikeAGirl29/To-Do-List","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeLikeAGirl29%2FTo-Do-List","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeLikeAGirl29%2FTo-Do-List/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeLikeAGirl29%2FTo-Do-List/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeLikeAGirl29%2FTo-Do-List/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeLikeAGirl29","download_url":"https://codeload.github.com/CodeLikeAGirl29/To-Do-List/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeLikeAGirl29%2FTo-Do-List/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33143276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["css","html","hyperskill","javascript","jetbrains","practice-project","todo-list"],"created_at":"2024-12-05T02:07:05.199Z","updated_at":"2026-05-17T15:08:15.000Z","avatar_url":"https://github.com/CodeLikeAGirl29.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To-Do List Project\n\nA simple to-do list application built using HTML, CSS, and JavaScript as part of the Hyperskill Frontend Developer Course. This [project](https://hyperskill.org/projects/183?utm_source=ide\u0026utm_medium=ide\u0026utm_campaign=ide\u0026utm_content=project-card) allows users to add, complete, and delete tasks, with temporary task storage using the browser's `localStorage`. Additionally, a motivational quote from the [ZenQuotes API](https://zenquotes.io/) is displayed each time the page is refreshed.\n\n![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge\u0026logo=javascript\u0026logoColor=%23F7DF1E)\n\n[![CodeFactor](https://www.codefactor.io/repository/github/codelikeagirl29/to-do-list/badge)](https://www.codefactor.io/repository/github/codelikeagirl29/to-do-list)\n\n## Features\n\n- **Task Management**: Add, mark as complete, and delete tasks easily.\n- **Persistent Task Storage**: Utilizes `localStorage` to temporarily save tasks so they remain available even after a page refresh.\n- **Motivational Quotes**: Each page load fetches a new, inspiring quote from the ZenQuotes API to keep users motivated.\n\n## Technologies Used\n\n- **HTML**: Markup for the structure of the app.\n- **CSS**: Styles for layout and design.\n- **JavaScript**: Handles app functionality, including localStorage management and API calls.\n- **ZenQuotes API**: Fetches quotes to inspire users upon each page load.\n\n\n## Screenshot\n\n![App Screenshot](https://res.cloudinary.com/dhw9dl4gm/image/upload/v1731422485/To-Do-List-11-12-2024_07_39_AM_vpe5km.png)\n\n\n## Getting Started\n\n1. **Clone the Repository**:\n   ```bash\n    git clone https://github.com/CodeLikeAGirl29/To-Do-List\n    cd To-Do-List\n   ```\n\n2. **Open the Project**:\n   Simply open `index.html` in your browser to start using the to-do list application.\n\n## How It Works\n\n- **Adding Tasks**: Type a task in the input field and press \"Add\" to include it in the list.\n- **Completing Tasks**: Click on a task to mark it as complete or incomplete.\n- **Deleting Tasks**: Use the delete button next to each task to remove it from the list.\n- **Motivational Quote**: A fresh motivational quote from the ZenQuotes API displays at the top each time the page reloads.\n\n## Code Snippet\n\n### Fetching a Quote from ZenQuotes API\n```javascript\nfetch(\"https://zenquotes.io/api/random\")\n  .then(response =\u003e response.json())\n  .then(data =\u003e {\n    const quoteElement = document.getElementById(\"quote\");\n    quoteElement.innerText = `\"${data[0].q}\" - ${data[0].a}`;\n  })\n  .catch(error =\u003e console.error(\"Error fetching quote:\", error));\n```\n\n## Acknowledgments\n\n- **ZenQuotes API** for providing inspirational quotes.\n- **Hyperskill** for offering a platform to learn and develop frontend skills.\n\n## License\n\nThis project is open-source and available under the MIT License.\n\n---\n\nThis README is designed to be informative and helpful to any user or developer who wants to learn more about your to-do list project!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelikeagirl29%2Fto-do-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelikeagirl29%2Fto-do-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelikeagirl29%2Fto-do-list/lists"}