We are happy that’s you reach this point We just need to test your programming skills, so this is a small task to make with react
1 - Create a form to submit a new address to the backend using RestAPI The form must have the following fields :
- Name (String)
- Address (String)
- Apartment no. (integer)
- Floor no. (integer)
- City (Selection field – you will retrieve the data from backend API)
2- Create a list to display the addresses from the backend
Please use Axios to handle API calls
- Users can edit the address
- Users can delete the address
- Use React-hook-form for the Form control
- Use yup for form validation
- Use Material-UI for Styling