{"id":19811423,"url":"https://github.com/chandan-devs-tech/to-do-list","last_synced_at":"2026-04-09T00:03:05.798Z","repository":{"id":173613698,"uuid":"650562889","full_name":"Chandan-devs-tech/To-Do-list","owner":"Chandan-devs-tech","description":"📑\"To-do list\" is a tool that helps to organize a day. It simply lists the things that we need to do and allows us to mark them as complete. I will build a simple website that allows for doing that, and I will do it using ES6 and Webpack!","archived":false,"fork":false,"pushed_at":"2023-06-17T06:39:59.000Z","size":2729,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-01T08:35:00.513Z","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/Chandan-devs-tech.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}},"created_at":"2023-06-07T10:32:46.000Z","updated_at":"2023-10-23T15:59:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5a87a93-bbb7-4fca-bd10-a4f9ff52818f","html_url":"https://github.com/Chandan-devs-tech/To-Do-list","commit_stats":null,"previous_names":["chandan-devs-tech/to-do-list"],"tags_count":0,"template":false,"template_full_name":"microverseinc/readme-template","purl":"pkg:github/Chandan-devs-tech/To-Do-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan-devs-tech%2FTo-Do-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan-devs-tech%2FTo-Do-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan-devs-tech%2FTo-Do-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan-devs-tech%2FTo-Do-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chandan-devs-tech","download_url":"https://codeload.github.com/Chandan-devs-tech/To-Do-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan-devs-tech%2FTo-Do-list/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263233343,"owners_count":23434836,"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-11-12T09:26:30.345Z","updated_at":"2026-04-09T00:03:05.791Z","avatar_url":"https://github.com/Chandan-devs-tech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  \u003ch1\u003e\u003cb\u003eTo-do list\u003c/b\u003e\u003c/h1\u003e\n\n\u003c/div\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\\] ](#-to-do-list-)\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    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n    - [Install](#install)\n    - [Run tests](#run-tests)\n    - [Deployment](#deployment)\n  - [👥 Authors ](#-authors-)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [🙏 Acknowledgments ](#-acknowledgments-)\n  - [📝 License ](#-license-)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 [To-do list] \u003ca name=\"about-project\"\u003e\u003c/a\u003e\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. You will build a simple website that allows for doing that, and you will do it using ES6 and Webpack!\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n- HTML\n- CSS\n- JavaScript\n- Linters\n- Webpack\n- Testing To Do list\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n- This project is created using JavaScript Classes, DOM and Use ES6 modules to write modular JavaScript.\n\n- In this project I have write unit tests for the To Do list application. The testing project has been divided into two parts. In part 1 you will test functions responsible for adding and deleting list items. In part 2 you will test the status and content updates as well as the order re-position of items in the list.\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **[Adding a new item]**\n- **[Removing a selected item]**\n- **[Marking a selected item as complete]**\n- **[Removing all items marked as complete at once]**\n- **[Reordering a selected item (as drag-and-drop)]**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LIVE DEMO --\u003e\n\n## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n- [Live Demo Link](https://chandan-devs-tech.github.io/To-Do-list/dist/)\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\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- Laptop\n- GitHub\n- Git\n- Internet connection.\n\n### Setup\n\nClone this repository to your desired folder:\n\n- cd Desktop\n- git clone https://github.com/Chandan-devs-tech/To-Do-list.git\n\n### Install\n\nInstall this project with:\n\n  - cd To-Do-list\n  - npm install\n\n### Run tests\n\n**[To run tests, run the following command:]**\n- npx hint .\n- npx stylelint \"**/*.{css,scss}\"\n- npx eslint .\n\n**[To Install \u0026 Run Jest]**\n- npm i --save-dev jest\n  \n**[To Use Babel]**\n- npm install --save-dev @babel/core @babel/cli\n- npm install --save-dev @babel/core @babel/preset-env @babel/plugin-transform-modules-commonjs\n- npx babel src --out-dir dist\n\n**[Declare a .babelrc with configuration file]**\n\n`{\n  \"presets\": [\"@babel/preset-env\"],\n  \"plugins\": [\"@babel/plugin-transform-modules-commonjs\"]\n}`\n\n**[To Excecute the test that Involves DOM Manipulation]**\n\n- npm install --save-dev jsdom\n- create jest.config.js file\n- npm install --save-dev jest-environment-jsdom\n- npm run test\n- \n### Deployment\n\nI have deployed this project using: Github pages\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\n👤 **CHANDAN GUPTA**\n\n- GitHub: [@githubhandle](https://github.com/Chandan-devs-tech)\n- Twitter: [@twitterhandle](https://twitter.com/ChandanGuptaDev)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chandangupta-devs/)\n\n👤 **YUSUF SHOLOTAN**\n\n- GitHub: [@githubhandle](https://github.com/yin-ka)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/yusuf-sholotan/)\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- [ ] **[Testing To Do list: part 2]**\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/Chandan-devs-tech/To-Do-list/issues)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project give me a ⭐️\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\nI would like to thank [Microverse](https://www.microverse.org/go)\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](https://github.com/Chandan-devs-tech/To-Do-list/blob/feature/listStructure/MIT.md) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandan-devs-tech%2Fto-do-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchandan-devs-tech%2Fto-do-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandan-devs-tech%2Fto-do-list/lists"}