{"id":22276183,"url":"https://github.com/noud/example-react-todo-app","last_synced_at":"2026-02-13T14:51:27.703Z","repository":{"id":72328619,"uuid":"265043375","full_name":"noud/example-react-todo-app","owner":"noud","description":null,"archived":false,"fork":false,"pushed_at":"2017-08-10T13:06:55.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-25T17:40:10.385Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/noud.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":"2020-05-18T19:38:38.000Z","updated_at":"2022-09-10T15:33:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9f3a0e2-c915-441e-9bd1-ed1be381fecd","html_url":"https://github.com/noud/example-react-todo-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noud/example-react-todo-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Fexample-react-todo-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Fexample-react-todo-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Fexample-react-todo-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Fexample-react-todo-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noud","download_url":"https://codeload.github.com/noud/example-react-todo-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Fexample-react-todo-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272858542,"owners_count":25005092,"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-08-30T02:00:09.474Z","response_time":77,"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":"2024-12-03T14:13:54.612Z","updated_at":"2026-02-13T14:51:22.635Z","avatar_url":"https://github.com/noud.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple React Todo app\n\nThis code is built through a tutorial session, you can find whole tutorial on the\n[link](https://kolosek.com/building-simple-react-app-part-1)\n\n1) Setup\n2) Start\n3) Usage\n\n### Setup\n\nLocate directory in which you cloned this project, install dependencies\n\n```bash\nnpm install\n```\n\n### Start\n\nSetup `json-server` and start\n\nIf you haven't installed `json-server` do the following\n```bash\nnpm install -g json-server\n```\n\nStart `json-server` in separate terminal window (or tab, screen session, what ever you use)\n```bash\njson-server -p 9000 --watch db.json\n```\nNote: If you change port for server, you need to edit `utils/configConstants.js` to point to appropriate port\n\nStart the app\n\n```bash\nnpm start\n```\n\n### Test\n\nTo start unit tests just run\n```bash\nnpm test\n```\n\n### Usage\n\nSimple react application written as a tutorial material, you can create new todos,\nmark todos as done, or activate again finished ones, and you can delete todos.\nThere is a filter which enables you filtering todos to see only finished, unfinished or all.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoud%2Fexample-react-todo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoud%2Fexample-react-todo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoud%2Fexample-react-todo-app/lists"}