{"id":22819685,"url":"https://github.com/noorjsdivs/mern_todo_app","last_synced_at":"2026-02-14T10:03:23.110Z","repository":{"id":255969587,"uuid":"854006735","full_name":"noorjsdivs/mern_todo_app","owner":"noorjsdivs","description":"Todo Application","archived":false,"fork":false,"pushed_at":"2024-09-19T11:18:15.000Z","size":2913,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-07T00:43:48.831Z","etag":null,"topics":["nextjs14","todo-app","todo-application"],"latest_commit_sha":null,"homepage":"https://merntodoapp.reactbd.com/","language":"TypeScript","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/noorjsdivs.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":"2024-09-08T06:26:34.000Z","updated_at":"2024-09-13T20:03:20.000Z","dependencies_parsed_at":"2024-09-08T07:36:46.911Z","dependency_job_id":"b5d0e5d6-47e4-4920-9c26-24f1a44bee65","html_url":"https://github.com/noorjsdivs/mern_todo_app","commit_stats":null,"previous_names":["noorjsdivs/mern_todo_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noorjsdivs/mern_todo_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noorjsdivs%2Fmern_todo_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noorjsdivs%2Fmern_todo_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noorjsdivs%2Fmern_todo_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noorjsdivs%2Fmern_todo_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noorjsdivs","download_url":"https://codeload.github.com/noorjsdivs/mern_todo_app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noorjsdivs%2Fmern_todo_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29442334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"last_error":"SSL_read: 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":["nextjs14","todo-app","todo-application"],"created_at":"2024-12-12T15:14:00.373Z","updated_at":"2026-02-14T10:03:23.094Z","avatar_url":"https://github.com/noorjsdivs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todo Application\n\nWelcome to the Todo Application! This project is designed to help you manage your tasks efficiently while allowing multiple collaborators to work seamlessly in a team environment.\n\n## Getting Started\n\nTo begin working on this project:\n\n1. **Clone the Repository:**  \n   Clone this repository to your local machine using the following command:\n\n   ```bash\n   git clone https://github.com/noorjsdivs/mern_todo_app.git\n   ```\nInstall Dependencies:\n\nNavigate to the project directory and install the required packages using one of the following package managers:\n\nnpm install\n   ```bash\n   npm install\n```\n#### or\npnpm install\n   ```bash\n   pnpm install\n```\n#### or\nyarn\n   ```bash\n   yarn\n```\n\n### Create a Branch:\nEach collaborator must create their own branch to work on. Use the following command to create and switch to a new branch:\n#### create branch\ngit branch your-branch-name\n\n#### switch or move into your branch\ngit checkout your-branch-name\n#### or\ngit switch your-branch-name\n\n\n### Run the Application:\nStart the development server using the following command:\n\nnpm run dev\n   ```bash\n      npm run dev\n```\n#### or\npnpm dev\n   ```bash\n      pnpm dev\n```\n#### or\nyarn run dev\n   ```bash\n      yarn run dev\n```\nThe application will be running on [localhost.](http://localhost:3000/)\n\n### Push Changes:\nMake sure to push changes from your own branch and avoid pushing directly to the main branch. Use the following command to push your branch:\n\ngit push origin \u003cyour-branch-name\u003e\n\n## Functionalities\nThe Todo Application comes with the following features:\nGood UI: A clean and user-friendly interface with a perfect color combination.\nAdd Todo: Easily add new tasks to your list.\nDelete Todo: Remove tasks that are no longer needed.\nReset Todo: Clear all tasks from the list.\nShow Todo List: View all tasks in your list.\n\n## Packages Used\nThe following packages are used in this project:\nReact Redux: For state management.\nRedux Toolkit: To simplify Redux logic.\nRedux Persist: To persist Redux state across sessions.\nFramer Motion: For smooth animations and transitions.\nFeel free to add any other packages as needed to enhance the application.\n\n## Technology Stack\nThis project is built using Next.js and leverages modern JavaScript libraries and tools to provide a robust development environment.\n\nContribution Guidelines\nAll collaborators must create their own branch and avoid pushing directly to the main branch. Ensure that your code follows best practices and is properly tested before pushing.\n\nHappy coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoorjsdivs%2Fmern_todo_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoorjsdivs%2Fmern_todo_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoorjsdivs%2Fmern_todo_app/lists"}