Add a form to take input from users in the Client. Make sure to keep the form in the home route.
- Job name: String
- Company name: String
- Link to apply: String
- Category: String | dropdown
- Company Logo: File
- Author: String
Make sure to add validation in the fields. You can use formik for handling forms and material UI for styling, preferably use styled-components or emotion. You may use js or ts according to your convenience in the frontend.
The UI for the form is expected to be: https://www.masterji.tech/form
As this is a frontend task make sure to add the screenshot!
Add a form to take input from users in the Client. Make sure to keep the form in the home route.
Make sure to add validation in the fields. You can use
formikfor handling forms and material UI for styling, preferably usestyled-componentsor emotion. You may use js or ts according to your convenience in the frontend.The UI for the form is expected to be: https://www.masterji.tech/form
As this is a frontend task make sure to add the screenshot!