{"id":24435182,"url":"https://github.com/yuvenalmash/todolist","last_synced_at":"2025-10-25T02:48:29.161Z","repository":{"id":64402192,"uuid":"574985758","full_name":"yuvenalmash/ToDoList","owner":"yuvenalmash","description":"To do list app with a simple UI. It uses webpack module bundler and local storage","archived":false,"fork":false,"pushed_at":"2022-12-15T14:33:50.000Z","size":1617,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T07:16:19.010Z","etag":null,"topics":["javascript","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/yuvenalmash.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}},"created_at":"2022-12-06T14:02:36.000Z","updated_at":"2025-03-28T19:40:00.000Z","dependencies_parsed_at":"2022-12-13T15:50:01.796Z","dependency_job_id":null,"html_url":"https://github.com/yuvenalmash/ToDoList","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"yuvenalmash/webpackBoilerplate","purl":"pkg:github/yuvenalmash/ToDoList","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuvenalmash%2FToDoList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuvenalmash%2FToDoList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuvenalmash%2FToDoList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuvenalmash%2FToDoList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuvenalmash","download_url":"https://codeload.github.com/yuvenalmash/ToDoList/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuvenalmash%2FToDoList/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231508,"owners_count":25245601,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"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":["javascript","webpack"],"created_at":"2025-01-20T17:13:17.735Z","updated_at":"2025-10-25T02:48:29.112Z","avatar_url":"https://github.com/yuvenalmash.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n# 📗 Table of Contents\n\n- [📗 Table of Contents](#-table-of-contents)\n- [📖 \\[To Do List(with webpack)\\] ](#-to-do-listwith-webpack-)\n  - [🛠 Built With ](#-built-with-)\n    - [Tech Stack ](#tech-stack-)\n    - [Key Features ](#key-features-)\n  - [💻 Getting Started ](#-getting-started-)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n    - [Install](#install)\n    - [Usage](#usage)\n    - [Run tests](#run-tests)\n  - [👥 Authors ](#-authors-)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing ](#-contributing-)\n  - [🙏 Acknowledgments ](#-acknowledgments-)\n  - [❓ FAQ ](#-faq-)\n  - [📝 License ](#-license-)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 [To Do List(with webpack)] \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**[To Do List(with webpack)]** is a simple to do list application with add, remove and read functionalities\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n  - HTML\n  - CSS\n  - JavaScript\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n\n- **Web pack**\n- **uses local storage**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- install node\n\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd desired-folder\n  git clone https://github.com/yuvenalmash/ToDoList.git\n```\n\n### Install\n\nInstall this project with:\n\n```sh\n  cd ToDoList\n  npm install\n  npm run build\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\n```sh\n  npm run server\n```\n- open 'localhost:3000' to view the project in your browser\n  \n\n### Run tests\n\nTo run tests, run the following command:\n\n```sh\n  npm test\n```\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Yuvenal Njoroge**\n\n- GitHub: [@githubhandle](https://github.com/yuvenalmash)\n- Twitter: [@twitterhandle](https://twitter.com/_Juvenal_)\n- LinkedIn: [LinkedIn](https://linkedin.com/in/yuvenal-njoroge)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n\n- **add functionality to 'clear all copleted' button**\n- **add functionality to the checkbox**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/yuvenalmash/ToDoList/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\n\nI would like to thank microverse for the inspiration\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FAQ (optional) --\u003e\n\n## ❓ FAQ \u003ca name=\"faq\"\u003e\u003c/a\u003e\n\n\n- **What is webpack?**\n\n  - [Link to answer](https://webpack.js.org/concepts/)\n\n- **How to setup webpack**\n\n  - [Link to answer](https://webpack.js.org/guides/getting-started/#basic-setup)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuvenalmash%2Ftodolist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuvenalmash%2Ftodolist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuvenalmash%2Ftodolist/lists"}