{"id":22550294,"url":"https://github.com/alexander16108/todo-list","last_synced_at":"2026-02-28T11:10:21.660Z","repository":{"id":46484291,"uuid":"410789630","full_name":"alexander16108/todo-List","owner":"alexander16108","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-12T17:04:43.000Z","size":506,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-04-10T02:18:52.804Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/alexander16108.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}},"created_at":"2021-09-27T07:46:20.000Z","updated_at":"2023-01-18T12:35:53.000Z","dependencies_parsed_at":"2023-02-09T12:46:11.388Z","dependency_job_id":null,"html_url":"https://github.com/alexander16108/todo-List","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexander16108/todo-List","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander16108%2Ftodo-List","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander16108%2Ftodo-List/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander16108%2Ftodo-List/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander16108%2Ftodo-List/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexander16108","download_url":"https://codeload.github.com/alexander16108/todo-List/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander16108%2Ftodo-List/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29931531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T09:58:13.507Z","status":"ssl_error","status_checked_at":"2026-02-28T09:57:57.047Z","response_time":90,"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":[],"created_at":"2024-12-07T16:12:03.634Z","updated_at":"2026-02-28T11:10:21.621Z","avatar_url":"https://github.com/alexander16108.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# todoList-with-webpack\n\n## Project Description\n \u003e \"To-do list\" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. You will build a simple website that allows for doing that, and you will do it using ES6 and Webpack!\n\n\n## Things done so far:\n\n### 1. Create list structure\n\n- Use custom-built Webpack boilerplate\n- Implement app structure using classes\n- Populate to-do list dynamically on page load\n- Implement event listener using promise\n- Configure repository to deploy from Webpack output directory\n\n### 2. Make list interactive\n\n- Track task status\n- Implement Web Storage API for local storage of tasks\n\n\n### 3. Adding Functionalites\n\n- I remove all hardcoded items from the tasks `array`.\n- I created a new JavaScript file for the new functionality.\n- Implemented a function for adding a new task `(add a new element to the array)`.\n- Implemented a function for editing task descriptions.\n- Implemented a function for deleting a task `(remove an element from the array)`.\n- Implemented a function for the \"Clear all completed\" button `(use filter() method)`.\n- By default new tasks have the property completed set to false and the property index set to the value of the new` array length`.\n- Deleting a task updates all remaining items' indexes, so they represent the current list order and are unique.\n- All changes to the To Do List are saved in `local storage`.\n\n## Built With\n\n- Major languages: HTML, CSS, JS\n- Technologies used: Lighthouse, Webhint, Stylelint, ESLint, Webpack\n\n\n## Getting Started\n\nTo get a local copy up and running, follow the steps below in your terminal.\n\n### Prerequisites\n\n- Node.js\n- npm\n\n### Setup\n\nClone the project on CMD:\n\n```\ngit clone https://github.com/alexander16108/todo-List.git\n```\n\n### Install\n\nThere are currently no production dependencies.\n\nInstall the development dependencies:\n\n```\nnpm install\n```\n\n### Usage\n\nThe assets are in the `src` directory.\n\nThe output is in the `dist` directory.\n\n\u003c!-- ### Run tests\n\nTo run the entire test suite:\n\n```\nnpm test\n```\n --\u003e\n### Deployment\n\nTo build the website:\n\n```\nnpm run build\n```\n\nTo serve the website directly:\n\n```\nnpm run start\n```\n\n\n## Screenshot of the page\n\n![image](https://user-images.githubusercontent.com/60612329/134668112-861c82a2-d279-4602-872b-f44ac385fb1f.png)\n\n\n### Live Version Link\n\n [Live Version](https://alex-todolist.netlify.app/)\n\n\n### Contributors\n\n***👤Alexander Mayowa Odufuye***\n\n GitHub : [@alexander16108](https://github.com/alexander16108)\n \n LinkedIn : [Alexander Odufuye]()\n \n \n\n### 🤝 Contributing\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the issues page.\n\n#### Show your support\nGive a ⭐️ if you like this project!\n\n#### Acknowledgments\n- Microverse.org for assigning us this project\n\n- The Amazing staff for working round the Clock to make our journey free of bumps.\n\n- The amazing code reviewers for making us improve every day :thumbsup:\n\n### Licence \n\nThis Project is MIT licensed\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexander16108%2Ftodo-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexander16108%2Ftodo-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexander16108%2Ftodo-list/lists"}