{"id":17525558,"url":"https://github.com/tufoinnkuo10/todo","last_synced_at":"2026-01-20T11:03:40.801Z","repository":{"id":46496200,"uuid":"411424515","full_name":"tufoinnkuo10/TODO","owner":"tufoinnkuo10","description":"To-do project takes into account a list of Uncompleted and completed tasks of the day. The completed task can be deleted(optional) or edited. Feel free to have a look","archived":false,"fork":false,"pushed_at":"2021-10-08T20:35:31.000Z","size":1148,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-03-08T19:17:24.515Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/tufoinnkuo10.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-28T20:09:08.000Z","updated_at":"2021-10-19T07:22:05.000Z","dependencies_parsed_at":"2022-09-05T02:12:37.928Z","dependency_job_id":null,"html_url":"https://github.com/tufoinnkuo10/TODO","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tufoinnkuo10%2FTODO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tufoinnkuo10%2FTODO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tufoinnkuo10%2FTODO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tufoinnkuo10%2FTODO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tufoinnkuo10","download_url":"https://codeload.github.com/tufoinnkuo10/TODO/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247550646,"owners_count":20956985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-20T14:43:36.039Z","updated_at":"2026-01-20T11:03:35.769Z","avatar_url":"https://github.com/tufoinnkuo10.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# Project Name\n\nTo do list\n\n\u003e This project is designed to display a list of activities to be completed in a day. it is made possible with the use of webpack\n\u003e ![screenshot](./image/todo.png)\n\nA picture of the test ran on the todo \n\u003e ![screenshot](./image/testall.png)\n\nAdditional description about the project and its features.\n\n- Activities are in order\n- They follow a particular index pattern\n- All activities are called from an aray.\n\n[Live Link](https://tufoinnkuo10.github.io/TODO/dist/)\n\n## Built With\n\n- ![](https://img.shields.io/badge/Github-blueviolet)\n- ![](https://img.shields.io/badge/Javascript-blue)\n- ![](https://img.shields.io/badge/HTML-purple) \n- ![](https://img.shields.io/badge/CSS-blue)\n- ![](https://img.shields.io/badge/WEBPACK-violet)\n- barbel\n- jest\n\n##periquities\nTo get this project up and running, you should do the following;\nIf you wish to run the project locally, please do the following:\n\n1.- Install Node.js and npm if you haven't already.\n   To install Node.js, follow the instructions on [Node.js](https://nodejs.org/en/).\n   \n   To install npm, run the following command in your terminal:\n   ``` bash\n   npm install -g npm\n   ```\n2.- Install webpack and linters.\n   To install webpack, run the following command in your terminal:\n   ``` bash\n   npm install -g webpack\n   ```\n   or follow the instructions on [webpack](https://webpack.js.org/).\n   To install linters, run the following command in your terminal:\n   ``` bash\n   npm install -g eslint\n   npm install -g stylelint\n   npm install -g webhint\n   ```\n   or follow the instructions on [eslint](https://eslint.org/), [stylelint](https://stylelint.io/), and [webhint](https://webhint.io/).\n\nAlso you can clone the repository and most of the jobs will be done for you.\n\nOnce you have the setup and the project locally, you can run the project using the following command in your terminal:\n``` bash\nnpm run build\n```\nand if you want to watch the changes live, run the following command:\n``` bash\nnpm start\n```\nalso you can run ``` npm run watch ``` to make webpack watch the changes and rebuild the project without having to run the build command again.\n\n## Tests\n\nIf you want to run the tests, do the following:\n1.- Install Node.js and npm if you haven't already. Or you can use yarn if you prefer.\n\n2.- Install Jest using npm or yarn. You can check here how to do it: [Jest](https://jestjs.io/es-ES/docs/getting-started).\n\n3.- Run ``` npm test ``` or ``` yarn test ``` to run the tests.\n\n4.- you can add the jest coverage so it covers all your code and show percentage left\n\nOr\n\nYou can run ``` git clone https://github.com/tufoinnkuo10/TODO.git ``` to clone the repository and avoid all the installation steps because tests are set as a dependency.\nHappy coding!\n\n\n\n👤 **Author**\n- Name: Tufoin Nkuo\n- GitHub: [@tufoinnkuo10](https://github.com/tufoinnkuo10)\n- Twitter: [@itztenten](https://twitter.com/itztenten)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tufoin-nkuo-3b272320b)\n\n## 🤝 Contributing\n\n\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- This project is realised thanks to microverse\n\n## 📝 License\n\nThis project is [MIT](./LICENSE.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftufoinnkuo10%2Ftodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftufoinnkuo10%2Ftodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftufoinnkuo10%2Ftodo/lists"}