{"id":15534731,"url":"https://github.com/ssekpius/microverse-todo-list","last_synced_at":"2026-02-03T09:01:40.877Z","repository":{"id":62929045,"uuid":"563364898","full_name":"SSEKPIUS/Microverse-ToDo-list","owner":"SSEKPIUS","description":"\"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. (ES6 ,Webpack,HTML,CSS)","archived":false,"fork":false,"pushed_at":"2023-04-07T20:44:53.000Z","size":2068,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T06:09:06.400Z","etag":null,"topics":["css","eslint","javascript","stylelint","webpack"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/SSEKPIUS.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}},"created_at":"2022-11-08T13:14:42.000Z","updated_at":"2022-12-02T07:10:32.000Z","dependencies_parsed_at":"2025-02-13T02:33:21.842Z","dependency_job_id":"6cbd87bf-781c-43e6-ae94-76f933f80101","html_url":"https://github.com/SSEKPIUS/Microverse-ToDo-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SSEKPIUS/Microverse-ToDo-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SSEKPIUS%2FMicroverse-ToDo-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SSEKPIUS%2FMicroverse-ToDo-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SSEKPIUS%2FMicroverse-ToDo-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SSEKPIUS%2FMicroverse-ToDo-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SSEKPIUS","download_url":"https://codeload.github.com/SSEKPIUS/Microverse-ToDo-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SSEKPIUS%2FMicroverse-ToDo-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29039341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T08:41:49.363Z","status":"ssl_error","status_checked_at":"2026-02-03T08:40:19.255Z","response_time":96,"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":["css","eslint","javascript","stylelint","webpack"],"created_at":"2024-10-02T11:43:17.170Z","updated_at":"2026-02-03T09:01:40.862Z","avatar_url":"https://github.com/SSEKPIUS.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# Project Name\n\n\u003e Testing To Do list: part 1\n\n\n## Built With\n\n- CSS, HTML, ES6\n- Webpack\n- Technologies use- Git, npm\n\n## About\n\nIn this part of the testing project, we will test functions responsible for the status and content updates. we will also test the order re-position of items in the list upon drag/drop actions.\n\n## Live Demo\n[Live Demo](https://ssekpius.github.io/Microverse-ToDo-list/dist/)\n\n\nTo get a local copy up and running follow these simple example steps.\n\n## Getting Started\n### WebPack\nFirst let's create a directory, initialize npm, install webpack locally, and install the webpack-cli\n1. npm init -y\n2. npm install webpack webpack-cli --save-dev\n\n### Loading CSS\n1. npm install --save-dev style-loader css-loader\n\n### Loading Data\n1. npm install --save-dev csv-loader xml-loader\n\n### HtmlWebpackPlugin\n1. npm install --save-dev html-webpack-plugin\n\n### Using webpack-dev-server\n1. npm install --save-dev webpack-dev-server \n2. npm install --save-dev express webpack-dev-middleware\n\n### Set-up GitHub Actions\n1. create a .github/workflows folder and add a copy of .github/workflows/linters.yml (https://github.com/microverseinc/linters-config/blob/master/html-css/.github/workflows/linters.yml) to that folder.\n\n### Setup \u0026 Install\nSet-up linters in your local env\n#### Webhint\n1. you need to initialize npm to create package.json file.  npm init -y\n2. Run npm install --save-dev hint@7.x\n3. Copy .hintrc (https://github.com/microverseinc/linters-config/blob/master/html-css/.hintrc) to the root directory of your project.\n\n#### Stylelint\nA mighty, modern linter that helps you avoid errors and enforce conventions in your styles.\n1. Run npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x\n2. Copy .stylelintrc.json (https://github.com/microverseinc/linters-config/blob/master/html-css/.stylelintrc.json) to the root directory of your project.\n\n#### ESLint\n1. Run npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x\n2. Copy .eslintrc.json(https://github.com/microverseinc/linters-config/blob/master/html-css-js/.eslintrc.json) to the root directory of your project.\n\n### Run tests\n\n1. Run npx hint . to Fix Web validation errors.\n2. Run npx eslint . --fix on the root of your directory of your project to Fix linter errors.\n3. Run npx stylelint \"**/*.{css,scss}\" . --fix  on the root of your directory of your project to Fix linter errors.\n4. Run npm test.    to run tests.\n\n## Authors\n1. Ssekweyama Pius\n\n- GitHub: [@githubhandle](https://github.com/SSEKPIUS)\n- Twitter: [@twitterhandle](https://twitter.com/SSEK_PIUS)\n- LinkedIn: [LinkedIn](https://linkedin.com/in/pius-ssekweyama-23665794)\n\n## 🤝 Contributing\n1. Bright Kportiklah\n\nContributions, issues, and feature requests are welcome!\nFeel free to check the [issues page](../../issues/).\n\n## Show your support\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n- Big thanks to Microverse and all the student teams that contributed in any form\n\n## 📝 License\nThis project is [MIT](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssekpius%2Fmicroverse-todo-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssekpius%2Fmicroverse-todo-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssekpius%2Fmicroverse-todo-list/lists"}