HERE IS YOUR FRONT-END STAGE TWO(2) TASK
Task Details: Continue from the stage 1 task, Add another anchor tag styled as a Button with an id of 'contact' that redirects to “/contact” page in your app. NB. The contact page path must be "/contact" The contact page should have a form with the following details: A First and last name input fields with ids ‘first_name’ and ‘last_name’ respectively An Email address input field with an id of ‘email’ A Textarea with an id of ‘message’ to contain the message of the person A button with an id of ‘btn__submit’ that will submit the form All fields should have appropriate label tags
Requirements: You're required to use Only React.Js and React-Router-DOM to complete this task. (React.Ts, Next.Ts/Next.Js, Gatsby etc. are NOT Allowed) You may use any CSS Framework/Library or CSS Preprocessor of your choice for styling. Make sure you Implement the UI Design on Figma and also Follow all the instructions here. You Must Deploy to Netlify, Vercel, or GitHub Pages ONLY. (if you host anywhere else and the test fails for you, its no mentor's fault). You Must make frequent atomic commits to your GitHub repository and keep standard on commit messages.
Example: feat: The new feature you're adding to a particular application fix: A bug fix style: Feature and updates related to styling refactor: Refactoring a specific section of the code-base test: Everything related to testing docs: Everything related to documentation chore: Regular code maintenance. in this manner git commit -m "feat: The new feature you're adding to a particular application"
NB: If you have a correction/bug to fix, review your code, make changes, commit and push to the same GitHub repository you deployed and submitted the Link.