{"id":19174452,"url":"https://github.com/benmukebo/js-best-practices","last_synced_at":"2026-06-17T04:31:38.199Z","repository":{"id":46728040,"uuid":"411144248","full_name":"BenMukebo/JS-Best-Practices","owner":"BenMukebo","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-28T12:57:29.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T00:43:46.398Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BenMukebo.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}},"created_at":"2021-09-28T05:06:17.000Z","updated_at":"2021-09-28T12:57:33.000Z","dependencies_parsed_at":"2022-08-26T18:50:31.144Z","dependency_job_id":null,"html_url":"https://github.com/BenMukebo/JS-Best-Practices","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BenMukebo/JS-Best-Practices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2FJS-Best-Practices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2FJS-Best-Practices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2FJS-Best-Practices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2FJS-Best-Practices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenMukebo","download_url":"https://codeload.github.com/BenMukebo/JS-Best-Practices/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2FJS-Best-Practices/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34434492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":[],"created_at":"2024-11-09T10:17:53.255Z","updated_at":"2026-06-17T04:31:38.184Z","avatar_url":"https://github.com/BenMukebo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# To Do List\n\n\n## Description\n\n\n\"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.\n\n\n- This is the page view:\n\n\u003e | To Do List |\n\u003e |-------------------|\n\u003e | ![Screenshot1](https://user-images.githubusercontent.com/79058364/134364133-16b1160b-8975-4820-a3d7-ebe8acd72db0.png)| \n\n\n\u003e Learning objectives: \n\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- HTML\n- CSS\n- Java Script\n\n## Live Demo\n\n[Link](https://benmukebo.github.io/To_Do_List/dist/)\n\n\n## Getting Started\n\nTo get the content of this project locally you need to run this command in your terminal:\n\n  - `https://github.com/BenMukebo/To_Do_List`\n\n\n### Setup\n\n- To clone the repository run this command `git clone https://github.com/BenMukebo/To_Do_List`\n\n## Test\n\nFor tracking linter errors locally you need to follow these steps:\n\n- After cloning the project you need to run this command\n  \u003e npm install\n   `This command will download all the dependencies of the project`\n\n- For tracking the linter errors in HTML file run:\n  \u003e npx hint .\n\n- For tracking the linter errors in CSS file run:\n  \u003e npx stylelint \"**/*.{css,scss}\"\n\n  - And For tracking the linter errors in JavaScript file run:\n  \u003e npx eslint .\n\n  - Use `npm run build` to run the app in live server\n  \n  - Install `npm install --save-dev webpack-dev-server` to have the ability to use live reloading.\n  \n  - Then Run from the command line `npm start`  to will see the browser automatically loading up our page. \n\n\n## Author\n\n👤 **Kasongo Mukebo Ben**\n\n- GitHub: [@BenMukebo](https://github.com/BenMukebo)\n- Twitter: [@BenMukebo](https://twitter.com/BenMukebo)\n- LinkedIn: [Kasongo Mukebo Ben](https://www.linkedin.com/in/kasongo-mukebo-ben-591720205/)\n\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/BenMukebo/Personal_Portfolio.git/issues/).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Thanks to My coding Partners \n- Thanks to Code Reviewers\n\n## 📝 License\n\nThis project is MIT licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmukebo%2Fjs-best-practices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenmukebo%2Fjs-best-practices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmukebo%2Fjs-best-practices/lists"}