{"id":26016817,"url":"https://github.com/rainernsa/todo","last_synced_at":"2025-10-08T23:26:45.086Z","repository":{"id":279584211,"uuid":"874548375","full_name":"RainerNsa/ToDo","owner":"RainerNsa","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-19T08:06:42.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-26T01:27:17.534Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RainerNsa.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}},"created_at":"2024-10-18T03:09:48.000Z","updated_at":"2024-10-19T08:06:46.000Z","dependencies_parsed_at":"2025-02-26T10:41:38.958Z","dependency_job_id":"9af9969a-75cb-4b3a-bd71-2c52e135efc0","html_url":"https://github.com/RainerNsa/ToDo","commit_stats":null,"previous_names":["rainernsa/todo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RainerNsa/ToDo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainerNsa%2FToDo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainerNsa%2FToDo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainerNsa%2FToDo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainerNsa%2FToDo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RainerNsa","download_url":"https://codeload.github.com/RainerNsa/ToDo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainerNsa%2FToDo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000736,"owners_count":26082862,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-03-06T04:34:26.947Z","updated_at":"2025-10-08T23:26:45.063Z","avatar_url":"https://github.com/RainerNsa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 ToDo App\n\nThis is a simple ToDo App built with React and Vite. It allows users to create, read, update, and delete tasks. The application demonstrates basic CRUD (Create, Read, Update, Delete) operations in a React project setup using Vite for fast development and optimized build.\n\n## 🚀 Features\n\n- **Create a Task**: Add new tasks to the to-do list.\n- **Read Tasks**: View all added tasks with real-time updates.\n- **Update a Task**: Modify the content of a task.\n- **Delete a Task**: Remove tasks from the list.\n- **Responsive Design**: Mobile-first approach for optimal user experience.\n- **Lightweight \u0026 Fast**: Vite ensures lightning-fast builds and development server.\n\n## 🛠️ Tech Stack\n\n- **React**: UI framework for building the interface.\n- **Vite**: Development environment for a fast and optimized React build.\n- **CSS Modules / Tailwind CSS** *(optional)*: For styling the app.\n- **LocalStorage**: To persist tasks across sessions.\n\n## 🧑‍💻 Installation and Setup\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/Woldreamz/ToDo.git\n    ```\n\n2. Navigate to the project directory:\n    ```bash\n    cd todo-app\n    ```\n\n3. Install dependencies:\n    ```bash\n    npm install\n    ```\n\n4. Start the development server:\n    ```bash\n    npm run dev\n    ```\n\n5. Build for production:\n    ```bash\n    npm run build\n    ```\n\n6. Preview the production build:\n    ```bash\n    npm run preview\n    ```\n\n## 📂 Project Structure\n\n```\n📦 todo-app\n ┣ 📂 src\n ┃ ┣ 📂 components\n ┃ ┃ ┣ 📜 TodoItem.jsx   # Component for individual task\n ┃ ┃ ┣ 📜 TodoList.jsx   # List of tasks component\n ┃ ┣ 📜 App.jsx          # Main app component\n ┃ ┣ 📜 main.jsx         # ReactDOM render logic\n ┣ 📂 public\n ┣ 📜 package.json       # Project dependencies and scripts\n ┣ 📜 vite.config.js     # Vite configuration\n ┗ 📜 README.md          # Project documentation\n```\n\n## 📝 Usage\n\n1. **Add Task**: Enter a task in the input field and click \"Add Task.\"\n2. **Edit Task**: Click on the \"Edit\" button to modify an existing task.\n3. **Delete Task**: Click on the \"Delete\" button to remove a task from the list.\n4. **Mark Task as Complete**: Toggle between completed and incomplete tasks by clicking on the task text.\n\n## 🤝 Contributions\n\nContributions are welcome! Feel free to open issues, create pull requests, or suggest features.\n\n## 🧾 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n### Happy Coding! 💻✨\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainernsa%2Ftodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frainernsa%2Ftodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainernsa%2Ftodo/lists"}