{"id":15156137,"url":"https://github.com/madhukarbaikana/registrationform-reactjs-react-routers","last_synced_at":"2026-01-23T07:08:00.455Z","repository":{"id":257474935,"uuid":"834513404","full_name":"madhukarbaikana/RegistrationForm-reactjs-react-routers","owner":"madhukarbaikana","description":"This is a sample Registration Form developed using react concepts.","archived":false,"fork":false,"pushed_at":"2024-10-08T12:31:33.000Z","size":185,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-17T11:53:16.193Z","etag":null,"topics":["babel","html","jsx","react-router","reactjs"],"latest_commit_sha":null,"homepage":"https://registration-form-bm.vercel.app/","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/madhukarbaikana.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":"2024-07-27T13:51:29.000Z","updated_at":"2024-10-08T12:31:37.000Z","dependencies_parsed_at":"2024-09-17T01:28:22.263Z","dependency_job_id":null,"html_url":"https://github.com/madhukarbaikana/RegistrationForm-reactjs-react-routers","commit_stats":null,"previous_names":["madhukarbaikana/registrationform-reactjs-react-routers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhukarbaikana%2FRegistrationForm-reactjs-react-routers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhukarbaikana%2FRegistrationForm-reactjs-react-routers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhukarbaikana%2FRegistrationForm-reactjs-react-routers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhukarbaikana%2FRegistrationForm-reactjs-react-routers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madhukarbaikana","download_url":"https://codeload.github.com/madhukarbaikana/RegistrationForm-reactjs-react-routers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222784457,"owners_count":17037192,"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","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":["babel","html","jsx","react-router","reactjs"],"created_at":"2024-09-26T19:01:22.459Z","updated_at":"2026-01-23T07:08:00.428Z","avatar_url":"https://github.com/madhukarbaikana.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"In this project, let's build a **Registration Form** by applying the concepts we have learned till now.\n\n### Refer to the image below:\n\n\u003cbr/\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n    \u003cimg src=\"https://assets.ccbp.in/frontend/content/react-js/registration-form-output-v2.gif\" alt=\"registration form desktop output\" style=\"max-width:90%;box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.12)\"\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\n### Design Files\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n- [Extra Small (Size \u003c 576px) and Small (Size \u003e= 576px)](https://assets.ccbp.in/frontend/content/react-js/registration-form-sm-outputs.png)\n- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px) - Registration](https://assets.ccbp.in/frontend/content/react-js/registration-form-lg-output-v2.png)\n- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px) - Registration Error](https://assets.ccbp.in/frontend/content/react-js/registration-form-lg-error-output-v2.png)\n- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px) - Registration Success](https://assets.ccbp.in/frontend/content/react-js/registration-form-lg-success-output-v2.png)\n\n\u003c/details\u003e\n\n### Set Up Instructions\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n- Download dependencies by running `npm install`\n- Start up the app using `npm start`\n\u003c/details\u003e\n\n### Completion Instructions\n\n\u003cdetails\u003e\n\u003csummary\u003eFunctionality to be added\u003c/summary\u003e\n\u003cbr/\u003e\n\nThe app must have the following functionalities\n\n- Display an error message with the text **Required** for an empty field on blur\n- When the **Submit** button is clicked, display an error message with the text **Required**,\n  - if only the first name is provided\n  - if only the last name is provided\n  - if both first name and last name are not provided\n- Display the [Registration Success View](https://assets.ccbp.in/frontend/content/react-js/registration-form-lg-success-output-v2.png) on successful submit\n- When **Submit Another Response** button is clicked, then the form should be displayed\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eImplementation Files\u003c/summary\u003e\n\u003cbr/\u003e\n\nUse these files to complete the implementation:\n\n- `src/components/RegistrationForm/index.js`\n- `src/components/RegistrationForm/index.css`\n\n\u003c/details\u003e\n\n### Quick Tips\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\u003cbr\u003e\n\n- The `blur` event happens when an HTML element has lost focus\n\n  ```jsx\n  \u003cinput onBlur={eventHandler} /\u003e\n  ```\n\n- You can use the `box-shadow` CSS property to apply the box-shadow effect to containers\n\n  ```\n    box-shadow: 0px 4px 16px 0px #bfbfbf;\n  ```\n\n  \u003cbr/\u003e\n   \u003cimg src=\"https://assets.ccbp.in/frontend/content/react-js/box-shadow-img.png\" alt=\"box shadow\" style=\"width:200px\" /\u003e\n\n- You can use the `cursor` CSS property to specify the mouse cursor to be displayed when pointing over an element\n\n  ```\n    cursor: pointer;\n  ```\n\n  \u003cbr/\u003e\n   \u003cimg src=\"https://assets.ccbp.in/frontend/content/react-js/cursor-pointer-img.png\" alt=\"cursor pointer\" style=\"width:100px\" /\u003e\n\n- You can use the below `outline` CSS property for buttons and input elements to remove the highlighting when the elements are clicked\n\n  ```\n    outline: none;\n  ```\n\n\u003c/details\u003e\n\n### Resources\n\n\u003cdetails\u003e\n\u003csummary\u003eImage URLs\u003c/summary\u003e\n\n- [https://assets.ccbp.in/frontend/react-js/success-icon-img.png](https://assets.ccbp.in/frontend/react-js/success-icon-img.png) alt should be **success**\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eColors\u003c/summary\u003e\n\n\u003cbr/\u003e\n\n\u003cdiv style=\"background-color: #ea580c; width: 150px; padding: 10px; color: black\"\u003eHex: #ea580c\u003c/div\u003e\n\u003cdiv style=\"background-color: #475569; width: 150px; padding: 10px; color: white\"\u003eHex: #475569\u003c/div\u003e\n\u003cdiv style=\"background-color: #cbd2d9; width: 150px; padding: 10px; color: black\"\u003eHex: #cbd2d9\u003c/div\u003e\n\u003cdiv style=\"background-color: #9aa5b1; width: 150px; padding: 10px; color: black\"\u003eHex: #9aa5b1\u003c/div\u003e\n\u003cdiv style=\"background-color: #ffffff; width: 150px; padding: 10px; color: black\"\u003eHex: #ffffff\u003c/div\u003e\n\u003cdiv style=\"background-color: #fef2f4; width: 150px; padding: 10px; color: black\"\u003eHex: #fef2f4\u003c/div\u003e\n\u003cdiv style=\"background-color: #ff0b37; width: 150px; padding: 10px; color: white\"\u003eHex: #ff0b37\u003c/div\u003e\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eFont-families\u003c/summary\u003e\n\n- Roboto\n\n\u003c/details\u003e\n\n\u003e ### _Things to Keep in Mind_\n\u003e\n\u003e - All components you implement should go in the `src/components` directory.\n\u003e - Don't change the component folder names as those are the files being imported into the tests.\n\u003e - **Do not remove the pre-filled code**\n\u003e - Want to quickly review some of the concepts you’ve been learning? Take a look at the Cheat Sheets.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadhukarbaikana%2Fregistrationform-reactjs-react-routers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadhukarbaikana%2Fregistrationform-reactjs-react-routers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadhukarbaikana%2Fregistrationform-reactjs-react-routers/lists"}