{"id":22979280,"url":"https://github.com/rysth/es6-to-do-list","last_synced_at":"2025-04-02T08:44:22.028Z","repository":{"id":180742016,"uuid":"665598506","full_name":"Rysth/ES6-To-Do-List","owner":"Rysth","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-21T15:34:26.000Z","size":387,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T23:47:01.192Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rysth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-07-12T14:57:11.000Z","updated_at":"2023-08-16T14:35:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7168a4f-d1bd-41f9-b9d5-6eeaf9bced02","html_url":"https://github.com/Rysth/ES6-To-Do-List","commit_stats":null,"previous_names":["rysth/es6-to-do-list"],"tags_count":0,"template":false,"template_full_name":"Rysth/Webpack-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rysth%2FES6-To-Do-List","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rysth%2FES6-To-Do-List/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rysth%2FES6-To-Do-List/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rysth%2FES6-To-Do-List/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rysth","download_url":"https://codeload.github.com/Rysth/ES6-To-Do-List/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246785428,"owners_count":20833471,"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-12-15T01:25:08.295Z","updated_at":"2025-04-02T08:44:22.011Z","avatar_url":"https://github.com/Rysth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- TABLE OF CONTENTS --\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    - [Future Features](#future-features)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Test](#test)\n- [👥 Authors](#authors)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 ES6 ToDo List \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\nA ***To-do List* that uses localStorage to allow users to add, remove, and edit their tasks by presenting them in a modern interface. Built with HTML, CSS, and JavaScript.\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\u003cdetails\u003e\n  \u003csummary\u003eClient\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.w3schools.com/html/\"\u003eHTML\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://www.w3schools.com/css/\"\u003eCSS\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://www.w3schools.com/js/\"\u003eJavaScript ES6\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://webpack.js.org/\"\u003eWebpack\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- Add new task with index, description and completed state.\n- Display a list of saved tasks.\n- Remove tasks from the list.\n- Edit tasks from the list.\n- Store book data using `localStorage`.\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 CSS Preprocessor.**\n- **Implement a Database**\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### Setup\n\nTo get a local copy up and running, follow these steps:\n\n1. Clone the repository: `git clone https://github.com/RysthCraft/ES6-To-Do-List.git`\n2. Navigate to the project directory: `cd ES6-To-Do-List`\n3. Install the dependencies: `npm install`\n4. Build the project: `npm run build`\n5. Open `index.html` in your web browser.\n\nThen, you will change everything you want!\n\n### Test\n\nIn order to follow the Linters you could check them using this:\n\n```\nHTML Checker:\nnpx hint .\n\nCSS Checker:\nnpx stylelint \"**/*.{css,scss}\"\n\nJavaScript Checker:\nnpx eslint .\n```\n\n#### Note\n\nUse at the end '--fix' to help you out with any error.\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Rysth**\n\n- GitHub: [@rysth](https://github.com/RysthCraft)\n- Linkedin: [@johnpalacios](https://www.linkedin.com/in/john-palacios-rysth/)\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](../../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 feel free to watch it and take some features that will enhance your project\nas well.\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\nI would like to thank the Microverse Team for reviewing my code and making me a better\nprofessional.\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.md) 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%2Frysth%2Fes6-to-do-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frysth%2Fes6-to-do-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frysth%2Fes6-to-do-list/lists"}