{"id":18106901,"url":"https://github.com/sagnik-coder24/to-do-app-redux","last_synced_at":"2026-04-11T00:09:52.189Z","repository":{"id":260323817,"uuid":"880967876","full_name":"Sagnik-Coder24/To-do-app-Redux","owner":"Sagnik-Coder24","description":"Simple and clean react app for managing to-do tasks","archived":false,"fork":false,"pushed_at":"2024-11-23T08:21:14.000Z","size":183,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T06:45:53.273Z","etag":null,"topics":["css","react","redux","redux-toolkit","to-do-app","vite"],"latest_commit_sha":null,"homepage":"https://to-do-app-redux-clean.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/Sagnik-Coder24.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-30T17:22:36.000Z","updated_at":"2024-11-23T08:21:18.000Z","dependencies_parsed_at":"2024-10-30T18:33:01.645Z","dependency_job_id":"e90ed81b-3374-4384-b6ce-b896ea590120","html_url":"https://github.com/Sagnik-Coder24/To-do-app-Redux","commit_stats":null,"previous_names":["sagnik-coder24/to-do-app-redux"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sagnik-Coder24%2FTo-do-app-Redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sagnik-Coder24%2FTo-do-app-Redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sagnik-Coder24%2FTo-do-app-Redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sagnik-Coder24%2FTo-do-app-Redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sagnik-Coder24","download_url":"https://codeload.github.com/Sagnik-Coder24/To-do-app-Redux/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445649,"owners_count":20939953,"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":["css","react","redux","redux-toolkit","to-do-app","vite"],"created_at":"2024-10-31T23:08:28.305Z","updated_at":"2025-12-30T23:06:29.660Z","avatar_url":"https://github.com/Sagnik-Coder24.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To-Do Task Manager\n\nA React + Vite web application for managing to-do tasks. The app uses Redux to store and update tasks. Users can add new tasks, mark them as completed, edit tasks, and delete tasks. The app is designed using CSS for a clean and responsive interface.\n\n## Features\n- **Add new tasks**: Easily add tasks to keep track of your to-dos.\n- **Mark tasks as completed**: Keep track of completed tasks with a simple toggle.\n- **Edit existing tasks**: Edit your tasks at any time to make necessary changes.\n- **Delete tasks**: Remove tasks once they are no longer needed.\n- **Responsive design**: The app is built with CSS for a clean and responsive user interface, ensuring it works well on any device.\n\n### New Feature:\n- **Installable as a PWA**: The app is a Progressive Web App (PWA), meaning it can be installed on your device and used offline, providing a native-like experience on both mobile and desktop.\n\n## Getting Started\n\n### Prerequisites\n\nMake sure you have the following installed:\n\n- [Node.js](https://nodejs.org/)\n- [Yarn](https://yarnpkg.com/) or [npm](https://www.npmjs.com/)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Sagnik-Coder24/To-do-app-Redux.git\n   cd To-do-app-Redux\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   yarn install\n   # or\n   npm install\n   ```\n\n### Running the App\n\n1. Start the development server:\n\n   ```bash\n   yarn dev\n   # or\n   npm run dev\n   ```\n\n2. Open your browser and go to `http://localhost:5173` to see the app in action.\n\n### Deployment\n\n1. Build the app for production:\n\n   ```bash\n   yarn build\n   # or\n   npm run build\n   ```\n\n2. Deploy to Netlify:\n\n   - Push your code to a GitHub repository.\n   - Go to [Netlify](https://www.netlify.com/) and log in.\n   - Click on \"New site from Git\" and connect your GitHub account.\n   - Select your repository and configure the build settings:\n     - Build command: `yarn build` or `npm run build`\n     - Publish directory: `dist`\n   - Click \"Deploy site\".\n\nNetlify will automatically build and deploy your site. You can find your live site URL in the Netlify dashboard.\n\n## Usage\n\n1. Add new tasks using the input field.\n2. Mark tasks as completed by clicking the checkbox.\n3. Edit tasks by clicking on the task itself.\n4. Delete tasks by clicking the delete button.\n\n## Notes\n- For the PWA feature to work, ensure that your device is connected to the internet at least once so it can download and cache the necessary assets.\n- After installation, the app can be launched from your home screen (on mobile) or from the desktop (on supported browsers).\n\n## Built With\n\n- [React](https://reactjs.org/)\n- [Vite](https://vitejs.dev/)\n- [Redux Toolkit](https://redux-toolkit.js.org/)\n- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)\n- [Netlify](https://www.netlify.com/)\n\n## Contributions\n\nWe welcome contributions from the community! Feel free to open issues and pull requests to suggest improvements, add new features, or fix bugs. Here’s how you can contribute:\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature-branch`)\n3. Make your changes\n4. Commit your changes (`git commit -am 'Add some feature'`)\n5. Push to the branch (`git push origin feature-branch`)\n6. Open a pull request\n\n## Suggestions \u0026 Feedback\n\nIf you have suggestions or feedback on how to improve this project, feel free to post them on our [GitHub Issues](https://github.com/Sagnik-Coder24/To-do-app-Redux/issues) page. We love hearing your ideas and collaborating with the community!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagnik-coder24%2Fto-do-app-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsagnik-coder24%2Fto-do-app-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagnik-coder24%2Fto-do-app-redux/lists"}