{"id":16296130,"url":"https://github.com/ajaymathur/react-todo","last_synced_at":"2026-05-07T11:32:28.542Z","repository":{"id":70177146,"uuid":"82376460","full_name":"ajaymathur/react-todo","owner":"ajaymathur","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-11T13:52:02.000Z","size":142,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-09T13:33:33.838Z","etag":null,"topics":["javascript","jest","react-native"],"latest_commit_sha":null,"homepage":"","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/ajaymathur.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":"2017-02-18T09:37:39.000Z","updated_at":"2021-03-28T03:28:21.000Z","dependencies_parsed_at":"2023-03-30T05:17:56.531Z","dependency_job_id":null,"html_url":"https://github.com/ajaymathur/react-todo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ajaymathur/react-todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaymathur%2Freact-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaymathur%2Freact-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaymathur%2Freact-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaymathur%2Freact-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajaymathur","download_url":"https://codeload.github.com/ajaymathur/react-todo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaymathur%2Freact-todo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32735119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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":["javascript","jest","react-native"],"created_at":"2024-10-10T20:21:22.237Z","updated_at":"2026-05-07T11:32:28.527Z","avatar_url":"https://github.com/ajaymathur.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-todo\n\n\u003e This is a simple application which will allow user to create and manage multiple todo lists.\n\n### Data Structure\n\nWe will use a single json in which each todo will be identified by a unique key.\n\n```javascript\n{\n    \"todoList\" : {\n        \"324324-234324234-234234234-23423423234324423\" : [\n            {\n                \"title\": \"eat\",\n                \"completed\": false\n            },\n            {\n                \"title\": \"dine\",\n                \"completed\": false\n            }\n        ],\n        \"324324-234324234-234234234-2342342344324423\" : [\n            {\n                \"title\": \"not eat\",\n                \"completed\": true\n            },\n            {\n                \"title\": \"not dine\",\n                \"completed\": false\n            }\n        ]\n    }\n}\n```\n\n***Any suggestions and comments on data structure are most welcome.**\n\n### Tech stack\n\n- react-native\n- jest\n\n# Contributers\n\n- Pragya Singh (pragya.singh991@gmail.com)\n- Ajay Narain Mathur (ajaynarainmathur@gmail.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaymathur%2Freact-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajaymathur%2Freact-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaymathur%2Freact-todo/lists"}