{"id":24241703,"url":"https://github.com/ackonsamuel/to-do-list","last_synced_at":"2026-04-10T15:02:05.853Z","repository":{"id":43374175,"uuid":"462513034","full_name":"AckonSamuel/To-Do-list","owner":"AckonSamuel","description":"This is a web application to create a to-do list. This is my second JavaScript project in Module 2 of Microverse. In this application, you can add tasks, update task info, and delete them. You can also check the tasks as completed when you are done with them. This app was majorly built with Webpack, JavaScript, CSS and Babel","archived":false,"fork":false,"pushed_at":"2022-03-04T17:36:25.000Z","size":8115,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T10:17:28.878Z","etag":null,"topics":["babel-es6","css3","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AckonSamuel.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":"2022-02-22T23:41:24.000Z","updated_at":"2022-03-05T11:06:49.000Z","dependencies_parsed_at":"2022-09-02T18:21:33.705Z","dependency_job_id":null,"html_url":"https://github.com/AckonSamuel/To-Do-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"microverseinc/readme-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AckonSamuel%2FTo-Do-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AckonSamuel%2FTo-Do-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AckonSamuel%2FTo-Do-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AckonSamuel%2FTo-Do-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AckonSamuel","download_url":"https://codeload.github.com/AckonSamuel/To-Do-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550620,"owners_count":21122934,"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":["babel-es6","css3","javascript","webpack"],"created_at":"2025-01-14T21:35:01.630Z","updated_at":"2025-12-30T20:21:57.465Z","avatar_url":"https://github.com/AckonSamuel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n\u003e This is a solo project being built in our second module of our curriculum at microverse. It is a to-do list application where you are able to add, remove and mark completed tasks\n\nOur goal here is to Build a To-do list application with add, remove and checked feature from scratch using JavaScripts.\n\n### Features implemented so far are:\n\n- Responsive HTML page\n- Integrated webpack\n- dynamic to-do list dom manipulation\n- Add a task to list [Hit enter key to add a new task]\n- Edit a task to list [this is done on editable and hit enter key to save to list]\n- Save current state to local-storage.\n- Addition of unit test using Jest.\n\n## Built With\n\n- Lighthouse (An open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, SEO and more).\n- Webhint (A customizable linting tool that helps you improve your site's accessibility, speed, cross-browser compatibility, and more by checking your code for best practices and common errors).\n- Stylelint (A mighty, modern linter that helps you avoid errors and enforce conventions in your styles).\n- ESlint (A mighty, modern linter that helps you avoid errors and enforce conventions in JavaScript codes)\n- Webpack (Used for bundling JavaScript files for usage in a browser)\n- Jest (A JavaScript testing framework designed to ensure correctness of any JavaScript codebase. It allows you to write tests with an approachable, familiar and feature-rich API that gives you results quickly.)\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\nThe basic requirements for building the executable are:\n\n- A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)\n- VSCode or any other equivalent code editor\n- Node Package Manager (For installing packages like Lighthous, webhint \u0026 stylelint used for checking for debugging bad codes before deployment)\n\n### LIVE LINK\nHere's a [live link](https://ackonsamuel.github.io/To-Do-list/) to the To-do list app.\n\n# Getting Started\n\n#### Cloning the project\n\n```\ngit clone  https://github.com/AckonSamuel/To-Do-list \u003cYour-Build-Directory\u003e\n```\n\n## Getting packages and dependencies\nTo get all package modules required to build the project run:\n```\nnpm install\n```\nevery package module required to build the project is listed in the package.json file. this is used as a reference to get all dependencies.\n\n## Building \n\nTo build the project run:\n```\nnpm run build\n```\nafter you run this sucessfully you'd locate the build from in the ```dist``` folder located from the parent directory of the project. two files are being built which are, ```main.js and index.html```\n\n## Running\n\nTo run the program on a browser through a server run this command in your cli\n```\nnpm start\n```\nThis should open the page in your localhost on port 8080. then you'd be able to view the built page generated using webpack.\n\n## Authors\n\n👤 **Ackon Samuel**\n\n- GitHub: [@AckonSamuel](https://github.com/AckonSamuel)\n- Twitter: [@AckonSamuel2](https://twitter.com/AckonSamuel)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/samuel-ackon-882717190/)\n\n\n## 🤝 Contributing\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## 📝 License\n\nThis project is [MIT](./MIT.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fackonsamuel%2Fto-do-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fackonsamuel%2Fto-do-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fackonsamuel%2Fto-do-list/lists"}