{"id":28854936,"url":"https://github.com/rycatt/todo-list","last_synced_at":"2026-05-05T08:31:19.704Z","repository":{"id":289962500,"uuid":"972952647","full_name":"rycatt/todo-list","owner":"rycatt","description":"Simple Todo List app built with JavScript featuring task creation, completion, deletion, and local storage persistence for saving tasks between sessions.","archived":false,"fork":false,"pushed_at":"2025-06-01T21:09:53.000Z","size":362,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-13T22:25:12.639Z","etag":null,"topics":["css","html","javascript","odinproject","todolist","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rycatt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-04-26T00:36:40.000Z","updated_at":"2025-06-15T03:50:18.000Z","dependencies_parsed_at":"2025-05-11T01:17:51.419Z","dependency_job_id":"abc74214-de8d-446d-a9da-bdfb75d6fdbc","html_url":"https://github.com/rycatt/todo-list","commit_stats":null,"previous_names":["w1ntrr/todo-list","rycatt/todo-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rycatt/todo-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycatt%2Ftodo-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycatt%2Ftodo-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycatt%2Ftodo-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycatt%2Ftodo-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rycatt","download_url":"https://codeload.github.com/rycatt/todo-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycatt%2Ftodo-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32641975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","javascript","odinproject","todolist","webpack"],"created_at":"2025-06-19T23:01:24.481Z","updated_at":"2026-05-05T08:31:19.631Z","avatar_url":"https://github.com/rycatt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To-Do\n\nA To-Do app made with HTML, CSS, and JavaScript that lets you track tasks and projects, with your data saved in the browser for easy access anytime.\n\n🔗 **Live Preview**: [Launch App](https://rycatt.github.io/todo-list/)\n\n\n## 📸 Screenshot\n![App Screenshot](./src/images/Screenshot.png)\n\n\n## 🛠️ Installation\n\n\u003e **Note:** The app is also playable live on [GitHub Pages](https://rycatt.github.io/todo-list/).\n\n1. Clone the repository**  \n  ```bash\n  git clone https://github.com/rycatt/todo-list.git\n  ```\n2. Navigate to the project folder\n  ```bash\n  cd todo-list\n  ```\n3. Open `index.html` in your browser to use the app.\n\n\u003cbr\u003e\n\n## 🚀 Features\n\n- Add, edit, and delete tasks\n- Create and manage custom projects\n- View tasks by: Today, Upcoming, or Important\n- Assign priority levels (High, Medium, Low)\n- Badge counters for active task count\n- Persistent storage using LocalStorage\n- Responsive UI with smooth animations\n\n\u003cbr\u003e\n\n## 📚 What I Learned\n\n- Applied modular JavaScript structure using ES6 Modules  \n- Followed the **Single Responsibility Principle** across modules (UI, storage, project, task logic)  \n- Organized logic into reusable and maintainable components  \n- Learned to save user data in the browser with `localStorage`, keeping it even after page reloads or closing the tab  \n- Designed responsive layouts using CSS Flexbox and Grid  \n- Practiced DOM manipulation and event delegation to build an interactive user experience  \n\n\u003cbr\u003e\n\n## Built With\n- ![HTML5](https://img.shields.io/badge/HTML5-e34c26?style=for-the-badge\u0026logo=html5\u0026logoColor=white)\n- ![CSS3](https://img.shields.io/badge/CSS3-264de4?style=for-the-badge\u0026logo=css3\u0026logoColor=white)\n- ![JavaScript](https://img.shields.io/badge/JavaScript-f7df1e?style=for-the-badge\u0026logo=javascript\u0026logoColor=black)\n\n\u003cbr\u003e\n\n## 📜 License\n\n- [MIT License](https://github.com/rycatt/todo-list/blob/bbad6f026796f996160617065af5dc5c7e127b40/LICENSE)\n- Copyright © 2025 - **[@rycatt](https://github.com/rycatt)**\n\n\u003cbr\u003e\n\n## ✍️ Author\n\nCreated by **[@rycatt](https://github.com/rycatt)**  \nBuilt with guidance from The Odin Project 🙌\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frycatt%2Ftodo-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frycatt%2Ftodo-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frycatt%2Ftodo-list/lists"}