{"id":23425660,"url":"https://github.com/chanonroy/multi-step-react-form","last_synced_at":"2026-04-07T22:31:20.794Z","repository":{"id":85587503,"uuid":"378956890","full_name":"chanonroy/multi-step-react-form","owner":"chanonroy","description":"Multi step form example with React, Typescript, and Styled Components","archived":false,"fork":false,"pushed_at":"2021-06-22T22:57:38.000Z","size":335,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T00:46:33.099Z","etag":null,"topics":["create-react-app","github-actions","jest","react","react-test-renderer","styled-components","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/chanonroy.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":"2021-06-21T14:22:05.000Z","updated_at":"2021-06-23T08:35:18.000Z","dependencies_parsed_at":"2023-07-18T00:18:31.169Z","dependency_job_id":null,"html_url":"https://github.com/chanonroy/multi-step-react-form","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chanonroy/multi-step-react-form","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanonroy%2Fmulti-step-react-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanonroy%2Fmulti-step-react-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanonroy%2Fmulti-step-react-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanonroy%2Fmulti-step-react-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chanonroy","download_url":"https://codeload.github.com/chanonroy/multi-step-react-form/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanonroy%2Fmulti-step-react-form/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532174,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["create-react-app","github-actions","jest","react","react-test-renderer","styled-components","typescript"],"created_at":"2024-12-23T05:13:45.768Z","updated_at":"2026-04-07T22:31:20.789Z","avatar_url":"https://github.com/chanonroy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"roy\" src=\"./public/favicon.png\" width=\"60\" /\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Multi Section React Form\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Lightweight example of managing form state across multiple screens\n\u003c/p\u003e\n\n## 📦 Project Setup\n\n1.  **Install dependencies**\n\n    Use the [yarn](https://classic.yarnpkg.com/en/) package manager to install dependencies\n\n    ```shell\n    yarn\n    ```\n\n \n2.  **Run development server**\n\n    Start the development server with the following command:\n\n    ```shell\n    yarn start\n    ```\n3.  **Visit local environment**\n\n    Navigate to `http://localhost:3000` to see the app in action\n\n## 🤖 Tech Stack\n\nTrying to keep things light, the app only has a few core dependencies/concepts\n\n- **React** - ui rendering\n- **Create React App** - to quickly scaffold React for the purposes of the exercise\n- **Typescript** - static type checking\n- **Eslint/Prettier** - code linting and automatic IDE formatting\n- **Styled-Components** - to allow for CSS-in-JS component composition\n- **Jest** - test task runner \n- **react-test-renderer** - a lightweight React package for testing\n- **Github Actions** - to run tests in a CI environment\n\nThings that I tried to avoid, but may consider adding in the future\n\n- **Formik (with yup) / React Final Form** - I've found these packages to add bloat in the past, so I tried to keep all the validation logic to be custom through a hook called `use-text-input-state`.\n- **React Router** - It was unclear from the exercise description about whether form pages can be deep-linked into, such as going straight into `/privacy` and having the pre-saved fields re-hydrate the form. If this was the case, it would be good to implement client-side routing.\n\n## Screenshot\n\n![image](https://github.com/chanonroy/multi-page-react-form/blob/main/src/images/screenshot.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanonroy%2Fmulti-step-react-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchanonroy%2Fmulti-step-react-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanonroy%2Fmulti-step-react-form/lists"}