{"id":27108600,"url":"https://github.com/denislavdev/todo-app","last_synced_at":"2025-06-13T00:07:23.547Z","repository":{"id":286469550,"uuid":"961495142","full_name":"denislavdev/todo-app","owner":"denislavdev","description":"A simple, responsive to-do list built with HTML, JavaScript, and TailwindCSS v4. Easily add, complete, and delete tasks with persistent storage via localStorage.","archived":false,"fork":false,"pushed_at":"2025-04-06T17:03:01.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T21:43:06.696Z","etag":null,"topics":["css3","html5","javascript","tailwindcss-v4","to-do-app","to-do-list-javascript"],"latest_commit_sha":null,"homepage":"","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/denislavdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2025-04-06T16:35:21.000Z","updated_at":"2025-04-06T17:03:04.000Z","dependencies_parsed_at":"2025-04-06T17:44:18.920Z","dependency_job_id":null,"html_url":"https://github.com/denislavdev/todo-app","commit_stats":null,"previous_names":["denislavdev/todo-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/denislavdev/todo-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denislavdev%2Ftodo-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denislavdev%2Ftodo-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denislavdev%2Ftodo-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denislavdev%2Ftodo-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denislavdev","download_url":"https://codeload.github.com/denislavdev/todo-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denislavdev%2Ftodo-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259553130,"owners_count":22875609,"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":["css3","html5","javascript","tailwindcss-v4","to-do-app","to-do-list-javascript"],"created_at":"2025-04-06T22:21:24.985Z","updated_at":"2025-06-13T00:07:23.531Z","avatar_url":"https://github.com/denislavdev.png","language":"JavaScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e📝 To-Do App\u003c/h1\u003e\n  \u003cp\u003eA neat, minimal to-do list built with HTML, JavaScript, and \u003cstrong\u003eTailwindCSS v4\u003c/strong\u003e\u003c/p\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://todo-app-denislav.vercel.app\" target=\"_blank\"\u003ePreview: todo-app-denislav.vercel.app\u003c/a\u003e\n  \u003c/p\u003e\n  \u003cimg src=\"https://img.shields.io/badge/TailwindCSS-v4-06B6D4?style=for-the-badge\u0026logo=tailwindcss\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/JavaScript-ES6-F7DF1E?style=for-the-badge\u0026logo=javascript\u0026logoColor=black\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Made%20with%20❤️-FF6F61?style=for-the-badge\" /\u003e\n\u003c/div\u003e\n\n---\n\n## Overview 📋\n\nThis app helps you manage your tasks in a simple and effective way. You can add new tasks, mark them as completed, or delete them as needed. Your tasks are stored in your browser’s **localStorage**, so they remain available even after you close your browser. The interface is straightforward and includes custom checkboxes and a task counter.\n\n---\n\n## Features ✅\n\n- **Add tasks:** Quickly add new tasks to your list.\n- **Complete tasks:** Mark tasks as done.\n- **Delete tasks:** Remove tasks when they’re no longer needed.\n- **Persistent storage:** Tasks are saved in your browser’s localStorage, keeping them available across sessions.\n- **Sleek design:** Styled with **TailwindCSS v4** for a smooth and efficient design experience.\n\n---\n\n## Tech Stack 💻\n\n\u003cdiv align=\"left\"\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-original.svg\" height=\"40\" alt=\"HTML5 logo\" /\u003e\n  \u003cimg width=\"12\" /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/javascript/javascript-original.svg\" height=\"40\" alt=\"JavaScript logo\" /\u003e\n  \u003cimg width=\"12\" /\u003e\n  \u003cimg src=\"https://cdn.simpleicons.org/tailwindcss/06B6D4\" height=\"40\" alt=\"TailwindCSS logo\" /\u003e\n\u003c/div\u003e\n\n---\n\n## Project Structure 📂\n\nHere’s a quick look at the project files:\n\n- **index.html** – Main HTML file.\n- **script.js** – JavaScript file that handles task logic.\n- **src/input.css** – Source file for TailwindCSS.\n- **README.md** – This file.\n\n---\n\n## Getting Started 🚀\n\n### Prerequisites 🔧\n\nEnsure you have the following installed:\n\n- **Node.js** (includes npm) – [Download Node.js](https://nodejs.org/)\n- A modern web browser\n\n### Installation 🛠️\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/denislavdev/todo-app.git\n   cd todo-app\n   ```\n\n2. **Install Dependencies:**\n\n   Run the following command to install the necessary dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. **Build TailwindCSS:**\n\n   The project uses TailwindCSS. If you’re using the source file, run:\n\n   ```bash\n   npx @tailwindcss/cli -i ./src/input.css -o ./src/output.css --watch\n   ```\n\n4. **Run Locally:**\n\n   Open the `index.html` file in your browser. For a better development experience with live reload, consider using the [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) extension.\n\n---\n\n---\n\n## Credits 🙏\n\n- Layout inspired by [Adi Purdila](https://www.youtube.com/user/AdiPurdila)\n- Developed with care by [Denislav](https://github.com/denislavdev)\n\n---\n\nIf you find this project useful, feel free to fork it, star it, or open an issue with any suggestions or feedback!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenislavdev%2Ftodo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenislavdev%2Ftodo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenislavdev%2Ftodo-app/lists"}