{"id":20368528,"url":"https://github.com/greybax/order-data-challenge","last_synced_at":"2026-04-20T04:02:22.655Z","repository":{"id":41897537,"uuid":"510471516","full_name":"greybax/order-data-challenge","owner":"greybax","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-13T18:44:01.000Z","size":409,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-04T19:45:27.801Z","etag":null,"topics":["cloudkitchens","order-data","react","socket-io","typescript"],"latest_commit_sha":null,"homepage":"","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/greybax.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}},"created_at":"2022-07-04T18:53:11.000Z","updated_at":"2022-07-04T19:24:30.000Z","dependencies_parsed_at":"2022-09-21T19:30:42.909Z","dependency_job_id":null,"html_url":"https://github.com/greybax/order-data-challenge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/greybax/order-data-challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greybax%2Forder-data-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greybax%2Forder-data-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greybax%2Forder-data-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greybax%2Forder-data-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greybax","download_url":"https://codeload.github.com/greybax/order-data-challenge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greybax%2Forder-data-challenge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32032302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["cloudkitchens","order-data","react","socket-io","typescript"],"created_at":"2024-11-15T00:41:36.695Z","updated_at":"2026-04-20T04:02:22.637Z","avatar_url":"https://github.com/greybax.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Order Data Client App\n\nThis is a React/Typescript Client app. I've built it for Order Data Challenge. \n\nI'll not share server side code here (which is based on nodejs and socket.io), but I'll share a data model which this client is working with.\n\n## The data\n\nThe data sent by the server will consist of a list of order objects. Order objects have the following format:\n\n```json\n{\n    \"customer\": \"Carla Garner\",\n    \"destination\": \"61109 Alan Motorway, North Corey, CA 92789\",\n    \"event_name\": \"CREATED\",\n    \"id\": \"d0791ce1\",\n    \"item\": \"Caesar salad\",\n    \"price\": 4692,\n    \"sent_at_second\": 6\n}\n```\n\n## What this client is doing?\n\n* Getting data from server in real time via socket.io\n* Updates entities with same ID on the latest ones\n* Converts prices from pennys to dollars in `Price` column\n* Ability to search by `Price` column in USD\n* Has found/total items count\n\n\u003cimg width=\"1345\" alt=\"image\" src=\"https://user-images.githubusercontent.com/3235047/177207440-1d191fa0-343f-42c3-9c24-fa3606c5a650.png\"\u003e\n\n## How to start\n\n`npm install \u0026\u0026 npm start`\n\n*__Check out my blog post__*: https://alfilatov.com/posts/frontend-dto-challenge/\n\n**P.S.** _feel free to reuse it as you want_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreybax%2Forder-data-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreybax%2Forder-data-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreybax%2Forder-data-challenge/lists"}