{"id":28754654,"url":"https://github.com/balaji-r-05/listlify-react","last_synced_at":"2026-04-10T01:03:00.239Z","repository":{"id":299198484,"uuid":"1002332261","full_name":"Balaji-R-05/listlify-react","owner":"Balaji-R-05","description":"A simple and modern To-Do List application built with React, Vite, and Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2025-06-15T08:42:51.000Z","size":149,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-15T09:43:38.992Z","etag":null,"topics":["eslint","react","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"https://listlify-app.netlify.app/","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/Balaji-R-05.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-15T08:31:26.000Z","updated_at":"2025-06-15T08:42:54.000Z","dependencies_parsed_at":"2025-06-15T09:43:46.911Z","dependency_job_id":"76bcbdb2-1550-4697-9378-a4ddaa9ddc53","html_url":"https://github.com/Balaji-R-05/listlify-react","commit_stats":null,"previous_names":["balaji-r-05/listlify-react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Balaji-R-05/listlify-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balaji-R-05%2Flistlify-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balaji-R-05%2Flistlify-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balaji-R-05%2Flistlify-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balaji-R-05%2Flistlify-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Balaji-R-05","download_url":"https://codeload.github.com/Balaji-R-05/listlify-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balaji-R-05%2Flistlify-react/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260269456,"owners_count":22983649,"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":["eslint","react","tailwindcss","vite"],"created_at":"2025-06-17T01:11:16.461Z","updated_at":"2026-04-10T01:03:00.220Z","avatar_url":"https://github.com/Balaji-R-05.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📋 Listlify React\n\nA minimal, premium, and fully-responsive To-Do List application built with **React**, **Vite**, and **Tailwind CSS**. Designed to help you stay organized with a polished UI, smart sorting, and full keyboard accessibility.\n\n[✨ Check out the live app](https://listlify-app.netlify.app)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"main.png\" alt=\"App screenshot\" height=\"400\" /\u003e\n  \u0026nbsp;\n  \u003cimg src=\"todo.png\" alt=\"App demo\" height=\"400\" /\u003e\n\u003c/p\u003e\n\n## Features\n\n- **Smart Task Sorting**: Unfinished tasks automatically stay at the top, while completed tasks elegantly sink to the bottom.\n- **Inline Editing**: Double-click any task to quickly edit it inline without needing to delete and recreate.\n- **Clear Completed**: A convenient batch-delete button dynamically appears to instantly clear out all finished tasks.\n- **Local Storage Persistence**: Powered by a custom `useLocalStorage` React hook, ensuring your data is safely saved and persists across browser reloads.\n- **Keyboard \u0026 A11y Support**: Includes `focus-visible` styling, screen reader labels, and fully standard `Enter`/`Tab` key navigation.\n- **Lightning Fast**: Powered by Vite for near-instant development and build speeds.\n\n## 🛠️ Tech Stack\n\n- **Client Side**: [React 19](https://reactjs.org/)\n- **Build Tool**: [Vite 6](https://vitejs.dev/)\n- **Styling**: [Tailwind CSS v4](https://tailwindcss.com/)\n- **Linting**: [ESLint](https://eslint.org/)\n\n## 📂 Project Structure\n\n```bash\nsrc/\n├── assets/                 # Static assets (images, icons)\n├── components/             # Reusable React components\n│   ├── Todo.jsx            # Main Todo list container and state logic\n│   └── TodoItems.jsx       # Individual row UI and inline edit handling\n├── hooks/\n│   └── useLocalStorage.js  # Custom hook for localStorage syncing\n├── App.jsx                 # Root application component\n├── main.jsx                # Entry point\n└── index.css               # Global styles and Tailwind directives\n```\n\n## 💻 Getting Started\n\nFollow these instructions to set up the project on your local machine.\n\n### Prerequisites\nEnsure you have the following installed:\n- [Node.js](https://nodejs.org/) (v18 or higher recommended)\n- [npm](https://www.npmjs.com/) (comes with Node.js)\n\n### Installation\n\n1. **Clone the repository**\n   ```sh\n   git clone https://github.com/Balaji-R-05/listlify-react.git\n   cd listlify-react\n   ```\n\n2. **Install dependencies**\n   ```sh\n   npm install\n   ```\n\n3. **Start the development server**\n   ```sh\n   npm run dev\n   ```\n   The app should now be running locally at `http://localhost:5173`.\n\n\u003c!-- *Built with ❤️ by Balaji* --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalaji-r-05%2Flistlify-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbalaji-r-05%2Flistlify-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalaji-r-05%2Flistlify-react/lists"}