{"id":16077833,"url":"https://github.com/carlosmuerto/to-do-list-webpack","last_synced_at":"2026-05-16T11:03:17.829Z","repository":{"id":55492171,"uuid":"523078459","full_name":"carlosmuerto/to-do-list-webpack","owner":"carlosmuerto","description":" In this project, I will build a simple HTML list of To-Do tasks. This simple web page will be built using Webpack and served by a Webpack dev server.","archived":false,"fork":false,"pushed_at":"2023-02-09T18:10:15.000Z","size":11318,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T05:17:54.584Z","etag":null,"topics":["javascript","webpack"],"latest_commit_sha":null,"homepage":"https://carlosmuerto.github.io/to-do-list-webpack/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carlosmuerto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-08-09T19:12:07.000Z","updated_at":"2023-02-04T05:22:01.000Z","dependencies_parsed_at":"2024-10-31T02:40:41.017Z","dependency_job_id":"906d51da-cbba-4f9c-9c0b-5f3fa34d4d9c","html_url":"https://github.com/carlosmuerto/to-do-list-webpack","commit_stats":{"total_commits":41,"total_committers":3,"mean_commits":"13.666666666666666","dds":0.09756097560975607,"last_synced_commit":"1a1567548d422f5d6b8bfb48826f2e48e1980530"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"microverseinc/readme-template","purl":"pkg:github/carlosmuerto/to-do-list-webpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosmuerto%2Fto-do-list-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosmuerto%2Fto-do-list-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosmuerto%2Fto-do-list-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosmuerto%2Fto-do-list-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carlosmuerto","download_url":"https://codeload.github.com/carlosmuerto/to-do-list-webpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosmuerto%2Fto-do-list-webpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["javascript","webpack"],"created_at":"2024-10-09T10:04:01.903Z","updated_at":"2026-05-16T11:03:17.795Z","avatar_url":"https://github.com/carlosmuerto.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Microverse](https://img.shields.io/badge/Microverse-blueviolet) ![HTML](https://img.shields.io/badge/-HTML-orange) ![CSS](https://img.shields.io/badge/-CSS-blue) ![JavaScript](https://img.shields.io/badge/-JavaScript-yellow)\n\n# To Do list: list structure\n\n\u003e In this project, I will build a simple HTML list of To Do tasks. The list will be styled according to the specifications listed later in this lesson. This simple web page will be built using webpack and served by a webpack dev server.\n\n![screenshot](https://user-images.githubusercontent.com/34493013/217900778-56b1abd8-ffd6-4166-85de-87d134a1be20.png)\n\n\n## Learning objectives\n- Use webpack to bundle JavaScript.\n- Learn how to use proper ES6 syntax.\n- Use ES6 modules to write modular JavaScript.\n\n## Built With\n\n- CSS, HTML, JavaScript (ES6)\n- luxon\n- webpack\n- single page aplication\n\n## Live Demo\n\n[Live Demo Link](https://carlosmuerto.github.io/to-do-list-webpack/)\n\n## Getting Starte\n\n#### Step 1:\n- Clone this repo locally using git and the following git command\n\t```bash \n\tgit clone https://github.com/carlosmuerto/to-do-list-webpack\n\t```\n- or with GitHub CLI\n\t```bash\n\tgh repo clone carlosmuerto/to-do-list-webpack\n\t```\n\n#### Step 2:\n\n- install dependency\n\t```bash\n\tnpm install\n\t```\n\n#### Step 3:\n\n- Run dev server\n\t```bash\n\tnpm start\n\t```\n\n#### Other Consideration\n- to Run a Compliler\n\t```bash\n\tnpm run build\n\t``` \n\tand to a Watch Compliler\n\t```bash\n\tnpm run watch\n\t```\n## Authors\n\n👤 Carlos Vivas\n\n- GitHub: [@carlosmuerto](https://github.com/carlosmuerto)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/carlos-vivas-818ab831/)\n\n👤 Addis Tsega\n\n- GitHub: [@Aseadd](https://github.com/Aseadd)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](issues/).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- ### [Awesome books repository](https://github.com/cmolinan/awesome-books)\n\n## 📝 License\n\nThis project is [MIT](LICENSE.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosmuerto%2Fto-do-list-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarlosmuerto%2Fto-do-list-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosmuerto%2Fto-do-list-webpack/lists"}