{"id":17808934,"url":"https://github.com/ebeagusamuel/to-do-app","last_synced_at":"2025-10-23T21:58:46.651Z","repository":{"id":124720769,"uuid":"295972510","full_name":"ebeagusamuel/to-do-APP","owner":"ebeagusamuel","description":"A to-do application built with es6 and webpack. Users are able to create a project and add tasks to the project. Deleting a project will also delete all tasks added to that project.","archived":false,"fork":false,"pushed_at":"2020-09-22T08:00:19.000Z","size":776,"stargazers_count":15,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-02-28T01:17:00.094Z","etag":null,"topics":["es6-javascript","sass","webpack"],"latest_commit_sha":null,"homepage":"https://rawcdn.githack.com/ebeagusamuel/to-do-APP/0ccfc076ba2c2e5049ef31a8a469d89f0d80563e/dist/index.html","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/ebeagusamuel.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":"2020-09-16T08:33:08.000Z","updated_at":"2020-11-30T11:41:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"98d1b5b0-540b-4511-b52c-52535c99f4b3","html_url":"https://github.com/ebeagusamuel/to-do-APP","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/ebeagusamuel%2Fto-do-APP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebeagusamuel%2Fto-do-APP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebeagusamuel%2Fto-do-APP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebeagusamuel%2Fto-do-APP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebeagusamuel","download_url":"https://codeload.github.com/ebeagusamuel/to-do-APP/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243869369,"owners_count":20361002,"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":["es6-javascript","sass","webpack"],"created_at":"2024-10-27T15:13:15.756Z","updated_at":"2025-10-23T21:58:46.577Z","avatar_url":"https://github.com/ebeagusamuel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# to-do-APP\n\n\u003c!--\n*** Thanks for checking out this README Template. If you have a suggestion that would\n*** make this better, please fork the repo and create a pull request or simply open\n*** an issue with the tag \"enhancement\".\n*** Thanks again! Now go create something AMAZING! :D\n--\u003e\n\n\u003c!-- PROJECT SHIELDS --\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/ebeagusamuel/to-do-APP\"\u003e\n    \u003cimg src=\"https://res.cloudinary.com/teepublic/image/private/s--7Tt9zji_--/t_Resized%20Artwork/c_fit,g_north_west,h_954,w_954/co_000000,e_outline:48/co_000000,e_outline:inner_fill:48/co_ffffff,e_outline:48/co_ffffff,e_outline:inner_fill:48/co_bbbbbb,e_outline:3:1000/c_mpad,g_center,h_1260,w_1260/b_rgb:eeeeee/c_limit,f_jpg,h_630,q_90,w_630/v1539274051/production/designs/3302114_0.jpg\" alt=\"JS Logo\" width=\"120\" height=\"120\"\u003e\n  \u003c/a\u003e\n\n  \u003cp align=\"center\"\u003e\n    This project is part of the Microverse curriculum in JavaScript module!\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n## Table of Contents\n\n- [About the Project](#about-the-project)\n- [Contributors](#contributors)\n- [Acknowledgements](#acknowledgements)\n- [License](#license)\n\n## About The Project\n\nThis is a small To-Do-List application where the user can create projects and add a list of tasks to be performed. All task can be saved in the default project if no project is specified. Each task has its own:\n- Title\n- Description\n- Due date\n- Priority\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/ebeagusamuel/to-do-APP\"\u003e\n    \u003cimg src=\"https://res.cloudinary.com/jstloyalty/image/upload/v1600748509/c5svinwycuzeicosrdrv.png\" width=\"800\" height=\"450\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n[Project live link](https://rawcdn.githack.com/ebeagusamuel/to-do-APP/0ccfc076ba2c2e5049ef31a8a469d89f0d80563e/dist/index.html)\n\n\n### Built With\n\nThis project was built using these technologies.\n\n- Javascript\n- HTML/CSS\n- ESlint\n- VSCode editor\n- Git-Flow\n\n### Prerequisite\n- Basic knowledge of JavaScript, HTML and CSS.\n- Code-Editor\n- Node\n- git\n\n### Usage\n- Clone the project to your local machine.\n- `cd` into the project directory.\n- run `npm install` to install project dependencies.\n- run `npm run dev` to compile project assests with webpack.\n- You can also use webpack in watch mode by running `npm run watch`\n- open index.html in your browser\n\n## Contributing\n\nContributions, issues and feature requests are welcome! Start by:\n\n- Forking the project\n- Cloning the project to your local machine\n- `cd` into the project directory\n- Run `git checkout -b your-branch-name`\n- Make your contributions\n- Push your branch up to your forked repository\n- Open a Pull Request with a detailed description to the development branch of the original project for a review\n\n## Contributors\n\n**Author1**\n\n**Ebeagu Samuel**\n\n- Github: [ebeagusamuel](https://github.com/ebeagusamuel)\n- Twitter: [@ebeagu_samuel](https://twitter.com/ebeagu_samuel)\n- Linkedin: [Ebeagu Samuel](https://www.linkedin.com/in/ebeagusamuel)\n- E-mail: samuelebeagu@gmail.com\n\n**Author2**\n\n​**Adetayo Sunkanmi**\n\n- Github: [@jstloyal](https://github.com/jstloyal)\n- Twitter: [@jstloyalty](https://twitter.com/jstloyalty)\n- Linkedin: [Adetayo Sunkanmi](https://www.linkedin.com/in/jstloyalty)\n- E-mail: jstloyalty@gmail.com\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## Acknowledgements\n\n- [Microverse](https://www.microverse.org/)\n- [The Odin Project](https://www.theodinproject.com/)\n\n## License\n\n📝\nThis project is [MIT](https://opensource.org/licenses/MIT) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febeagusamuel%2Fto-do-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febeagusamuel%2Fto-do-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febeagusamuel%2Fto-do-app/lists"}