{"id":17560948,"url":"https://github.com/timbar09/to-do-list","last_synced_at":"2025-10-28T04:31:15.159Z","repository":{"id":91583559,"uuid":"589908336","full_name":"Timbar09/To-Do-list","owner":"Timbar09","description":" This project is a to-do list web app that displays a list of tasks and allows you to add and remove tasks from that list. It was built with Webpack, JavaScript, CSS, and HTML.","archived":false,"fork":false,"pushed_at":"2023-01-27T13:51:30.000Z","size":258,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T16:43:14.282Z","etag":null,"topics":["dynamic-programming","javascript","ux-design"],"latest_commit_sha":null,"homepage":"https://timbar09.github.io/To-Do-list/dist/","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/Timbar09.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":"2023-01-17T08:19:24.000Z","updated_at":"2023-01-28T08:55:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"1dad78ce-4418-4c6d-9fb5-5408ffec95d7","html_url":"https://github.com/Timbar09/To-Do-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timbar09%2FTo-Do-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timbar09%2FTo-Do-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timbar09%2FTo-Do-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timbar09%2FTo-Do-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Timbar09","download_url":"https://codeload.github.com/Timbar09/To-Do-list/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238597161,"owners_count":19498394,"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":["dynamic-programming","javascript","ux-design"],"created_at":"2024-10-21T11:44:02.514Z","updated_at":"2025-10-28T04:31:12.977Z","avatar_url":"https://github.com/Timbar09.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv\u003e\n\n  \u003ch1\u003e\u003cb\u003eTo-do List\u003c/b\u003e\u003c/h1\u003e\u003cbr/\u003e\u003cbr/\u003e\n\n\u003c/div\u003e\n\n# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\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  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n  - [Deployment](#triangular_flag_on_post-deployment)\n- [👥 Authors](#authors)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n# 📖 Todo List \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Todo List** is a single page app that displays a list of tasks and allows you to add and remove tasks from that list.\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\n\u003csummary\u003eClient\u003c/summary\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003ca href=\"https://html.com/html5/\"\u003eHTML5\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://developer.mozilla.org/en-US/docs/Learn/CSS/First_steps/What_is_CSS\"\u003eCSS\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://www.javascript.com/\"\u003eJavaScript\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **Add and remove tasks**\n\n  - The website displays a list of tasks and allows you to add and remove tasks from that list.\n\n- **JavaScript Classes**\n\n  - The tasks are managed and manipulated using classes and helper functions within those classes.\n\n- **Store and retrieve data**\n\n  - The tasks are stored and retrieved from the local storage of the browser.\n\n- **Testing with Jest**\n\n  - The functions are tested using Jest.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n- Visit the live demo [here](https://timbar09.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## 💻 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- A browser (e.g. Firefox)\n- An IDE (e.g. [Vususal Studio Code](https://code.visualstudio.com/download))\n- [npm](https://nodejs.org/en/)\n- [Webpack](https://webpack.js.org/)\n- [Jest](https://jestjs.io/)\n\n### Setup\n\nTo clone this repository to your desired folder, follow the steps below:\n\n**Using the command line**\n\n- Use the following commands\n\n```sh\n  cd my-folder\n  git clone https://github.com/Timbar09/To-Do-list.git\n```\n\n**Using GitHub Desktop app**\n\n- Follow the steps below\n\n  - Visit this link \"https://github.com/Timbar09/To-Do-list.git\"\n  - Click the green button labelled \"code\"\n  - Select the \"Open with GitHub Desktop\" option\n  - After the GitHub Desktop add opens, click the \"clone repo\" button\n\n### Install\n\nInstall this project's dependencies with the following command:\n\n```sh\n  npm install\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\n```sh\n  npm start\n```\n\n### Run tests\n\nTo run tests, run the following command:\n\n```sh\n  npm test\n```\n\n### Deployment\n\nYou can deploy this project by:\n\n- visiting your repository on [GitHub](https://github.com)\n- Click on settings\n- Go to the \"Pages\" option\n- Select the main branch and save\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n| 👤 Author | GitHub | Twitter | LinkedIn |\n| :-- | :-- | :-- | :-- |\n| Miles Mosweu | [@Timbar09](https://github.com/Timbar09) | [@Milez09](https://twitter.com/Milez09) | [@miles09](https://www.linkedin.com/in/miles09) |\n| Cindy Kandie | [@cindykandie](https://github.com/cindykandie) | [@cindy_kandie](https://twitter.com/cindy_kandie) | [@cindykandie](https://linkedin.com/in/cindykandie) |\n| Oscar Deus | [@Oscah01](https://github.com/Oscah01) | [@alphonce_isaya](https://twitter.com/alphonce_isaya) | [@oscar-deus-757833210](https://linkedin.com/in/oscar-deus-757833210) |\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [ ] **Implement a functionality for dragging and dropping tasks.**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\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/Timbar09/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## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project, give it a ⭐️ and let us know what you like in particular.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nWe would like to thank the whole Microverse community for their help and contributions towards this project.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\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%2Ftimbar09%2Fto-do-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimbar09%2Fto-do-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbar09%2Fto-do-list/lists"}