{"id":28637841,"url":"https://github.com/zbaharyilmaz/to-do-app","last_synced_at":"2026-02-23T23:37:44.520Z","repository":{"id":275661362,"uuid":"926734965","full_name":"zbaharyilmaz/to-do-app","owner":"zbaharyilmaz","description":"❤︎ Powered by BOOTSTRAP • REACT-BOOTSTRAP • REDUX TOOLKIT ❤︎ ","archived":false,"fork":false,"pushed_at":"2025-02-10T19:18:21.000Z","size":3041,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-03T03:43:54.899Z","etag":null,"topics":["bootstrap","react","react-bootstrap","react-icons","redux-toolkit","vite"],"latest_commit_sha":null,"homepage":"https://masters-to-do-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/zbaharyilmaz.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-03T19:13:37.000Z","updated_at":"2025-08-24T22:06:07.000Z","dependencies_parsed_at":"2025-09-03T03:41:56.510Z","dependency_job_id":"3a0998e0-48f0-47ae-bf86-f8077972eb59","html_url":"https://github.com/zbaharyilmaz/to-do-app","commit_stats":null,"previous_names":["zbaharyilmaz/to-do-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zbaharyilmaz/to-do-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbaharyilmaz%2Fto-do-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbaharyilmaz%2Fto-do-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbaharyilmaz%2Fto-do-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbaharyilmaz%2Fto-do-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zbaharyilmaz","download_url":"https://codeload.github.com/zbaharyilmaz/to-do-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbaharyilmaz%2Fto-do-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29760809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T21:02:23.375Z","status":"ssl_error","status_checked_at":"2026-02-23T20:58:31.539Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bootstrap","react","react-bootstrap","react-icons","redux-toolkit","vite"],"created_at":"2025-06-12T18:35:14.812Z","updated_at":"2026-02-23T23:37:44.505Z","avatar_url":"https://github.com/zbaharyilmaz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To-Do App 🕰️\n\nWelcome to the **To-Do App**, a simple and intuitive task management application built with modern web technologies. This app helps you organize your tasks efficiently and stay on top of your daily activities.\n\n👉 **Live Demo:** [https://masters-to-do-app.netlify.app/](https://masters-to-do-app.netlify.app/)\n\n---\n\n## Features\n\n- **Add Tasks:** Easily add new tasks with a title and description.\n- **Mark as Completed:** Check off tasks when they are completed.\n- **Delete Tasks:** Remove tasks you no longer need.\n- **Responsive Design:** Works seamlessly on desktop, tablet, and mobile devices.\n- **Persistent Data:** Tasks are saved in your browser's local storage, so they persist even after refreshing the page.\n\n---\n\n## Technologies Used\n\n- **Frontend:**\n\n  - React.js (for building the user interface)\n  - Redux (for state management)\n  - Material UI (for pre-built, customizable UI components)\n  - Bootstrap (for responsive design and layout)\n  - CSS (for styling)\n- **Deployment:**\n\n  - Netlify (for hosting the application)\n- **Version Control:**\n\n  - Git \u0026 GitHub (for code management and collaboration)\n\n---\n\n## How to Use\n\n1. **Add a Task:**\n\n   - Enter the task title and description in the input fields.\n   - Click the \"Add\" button to add the task to your list.\n\n2. **Mark a Task as Completed:**\n\n   - Click the checkbox next to a task to mark it as completed.\n\n3. **Delete a Task:**\n   - Click the trash icon next to a task to remove it from your list.\n\n---\n\n## Demo\n\n![Project Demo](./public/to-do-app.gif)\n\n---\n\n## Project Structure\n\n```plaintext\n📦src\n ┣ 📂assets\n ┃ ┣ 📜bg.png\n ┃ ┣ 📜cross.png\n ┃ ┣ 📜done.png\n ┃ ┣ 📜star1.svg\n ┃ ┗ 📜star2.svg\n ┣ 📂components\n ┃ ┣ 📜TodoInput.jsx\n ┃ ┣ 📜TodoItem.jsx\n ┃ ┗ 📜TodoList.jsx\n ┣ 📂pages\n ┃ ┣ 📂Footer\n ┃ ┃ ┣ 📜Footer.css\n ┃ ┃ ┗ 📜Footer.jsx\n ┃ ┣ 📂Header\n ┃ ┃ ┣ 📜Header.css\n ┃ ┃ ┗ 📜Header.jsx\n ┃ ┗ 📂MainPage\n ┃ ┃ ┣ 📜Todo.css\n ┃ ┃ ┗ 📜Todo.jsx\n ┣ 📂redux\n ┃ ┣ 📂actions\n ┃ ┃ ┗ 📜todoActions.jsx\n ┃ ┣ 📂reducers\n ┃ ┃ ┗ 📜todoReducer.jsx\n ┃ ┗ 📜store.jsx\n ┣ 📜App.css\n ┣ 📜App.jsx\n ┗ 📜index.jsx\n ```\n\n## Installation\n\nIf you'd like to run this project locally, follow these steps:\n\n1. **Clone the Repository:**\n\n   ```bash\n    git clone https://github.com/zbaharyilmaz/To-Do-App.git\n2. **Navigate to the Project Directory:**\n\n   ```bash\n    cd To-Do-App\n3. **Install Dependencies:**\n\n   ```bash\n    pnpm install\n4. **Run the Development Server:**\n\n   ```bash\n    pnpm dev\n5. **Open the App:**\n\n- Visit http://localhost:3000 in your browser to view the app.\n\n---\n\n## Contributing\n\n- Contributions are welcome! If you'd like to contribute to this project, please follow these steps:\n\n- Fork the repository.\n\n- Create a new branch for your feature or bugfix.\n\n- Commit your changes.\n\n- Push your branch and open a pull request.\n\n---\n\n## License\n\n- This project is licensed under the MIT License. See the LICENSE file for details.\n\n---\n\n## Acknowledgements\n\n- Thanks to Netlify for providing free hosting for this project.\n\n- Special thanks to the React.js community for their amazing resources and support.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbaharyilmaz%2Fto-do-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzbaharyilmaz%2Fto-do-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbaharyilmaz%2Fto-do-app/lists"}