{"id":27609174,"url":"https://github.com/vangelif/to-do-list","last_synced_at":"2026-04-29T00:32:39.268Z","repository":{"id":160323393,"uuid":"605005197","full_name":"vangelif/to-do-list","owner":"vangelif","description":"🧭 (functions) This project is a simple HTML list of tasks. This simple web page is being built using webpack and served by a webpack dev server. The user can add and remove tasks from the list, and also can mark those which are completed by clicking the relevant checkbox. All tasks are stored to the local storage and which is updated automatically","archived":false,"fork":false,"pushed_at":"2023-05-14T11:21:58.000Z","size":1084,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T22:57:37.507Z","etag":null,"topics":["es6","javascript","webpack"],"latest_commit_sha":null,"homepage":"https://vangelif.github.io/to-do-list/dist/","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/vangelif.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,"zenodo":null}},"created_at":"2023-02-22T08:39:41.000Z","updated_at":"2023-06-02T13:58:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a6acd1d-dbf7-437d-b9f6-1a20955d6b19","html_url":"https://github.com/vangelif/to-do-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vangelif/to-do-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vangelif%2Fto-do-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vangelif%2Fto-do-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vangelif%2Fto-do-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vangelif%2Fto-do-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vangelif","download_url":"https://codeload.github.com/vangelif/to-do-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vangelif%2Fto-do-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":["es6","javascript","webpack"],"created_at":"2025-04-22T22:57:35.837Z","updated_at":"2026-04-29T00:32:39.262Z","avatar_url":"https://github.com/vangelif.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n  - [🚀 Live Demo](#live-demo)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n  - [Deployment](#triangular_flag_on_post-deployment)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n# 📖 [TO-DO LIST] \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**TO-DO LIST** is a project that we are applying our knowledge on Javascript to showcase how webpack can simplify our future projects. \n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n- Use of HTML, CCS and JS, WEBPACK\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eMarkup Language\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://html.spec.whatwg.org/\"\u003eHTML\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eStyle Sheet Language\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.w3.org/TR/CSS/#css\"\u003eCCS\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eScipting Language\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.javascript.com/\"\u003eJAVASCRIPT\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **[Use of Webpack loaders, plugins and devserver]** \n\n## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n- \u003ca href=\"https://vangelif.github.io/to-do-list/dist/\"\u003eCheck out the live demo\u003c/a\u003e \n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nBy following below steps a new developer can make instant use of the project.\n\nGet a local copy up now by following below steps:\n\n### Prerequisites\n\nIn order to run this project you need:\n\n\u003c!--\nExample command:\n\n```sh\n gem install rails\n```\n --\u003e\n\n### Setup\n\nClone this repository to your desired folder:\n\n\u003c!--\nExample commands:\n\n```sh\n  cd my-folder\n  git clone git@github.com:myaccount/my-project.git\n```\n---\u003e\n\n### Install\n\nInstall this project with:\n\n\u003c!--\nExample command:\n\n```sh\n  cd my-project\n  gem install\n```\n---\u003e\n\n### Usage\n\nTo run the project, execute the following command:\n\n\u003c!--\nExample command:\n\n```sh\n  rails server\n```\n---\u003e\n\n### Run tests\n\nTo run tests, run the following command:\n\n\u003c!--\nExample command:\n\n```sh\n  bin/rails test test/models/article_test.rb\n```\n---\u003e\n\n### Deployment\n\nYou can deploy this project using:\n\n\u003c!--\nExample:\n\n```sh\n\n```\n --\u003e\n\n## 👥 Author \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Vangelis**\n\n- [@github](https://github.com/vangelif)\n- [@twitter](https://twitter.com/vangfot)\n- [@linkedin](https://www.linkedin.com/in/vangfot/)\n- [@articles](https://vangelis.website/essays)\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [Insert popup windows] \n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome! Feel free to come in touch with the author and arrange a meeting and make your contributions truly valuable. \n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nAs this is one of the first projects of the author, please be kind enough and show your support by DMing on twitter or by contributing to this project. All your efforts are highly appreciated and welcomed!\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nFor this project many hours have been invested. For that reason, I would like to thank all my family that supported me in this long journey.\n\n  ## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is \u003ca href=\"https://github.com/vangelif/Portfolio/blob/popup-window/license.md\"\u003eMIT licensed\u003c/a\u003e.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvangelif%2Fto-do-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvangelif%2Fto-do-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvangelif%2Fto-do-list/lists"}