Feat/todo assignment#10
Open
TimDost wants to merge 7 commits intolevizimmerman:developfrom
Open
Conversation
…by react-scripts 5.0.1. - Update react-scripts from 4.0.3 to 5.0.1 - Upgrade React and React DOM from 17.0.2 to 18.2.0 - Update react-redux from 7.2.5 to 9.2.0 and redux to 5.0.0 - Update testing libraries to their latest versions - Update web-vitals to 3.4.0 and classnames to 2.3.2 - Switch from npm to yarn for package management
- Implement address search with API integration - Add useFormFields hook to manage form state - Still need to add loading state and improve error messages
- Add Alert component - Implement loading and error states in address search - Style buttons with primary/secondary variants using CSS variables
- Implement address removal in Redux reducer - Add error state for duplicate address handling - Show error message when duplicate address is detected - Prevent duplicate addresses from being added to store
- Prevent duplicate addresses by checking all fields (first name, last name, and address details) - Add roboto font - Clear error states when searching for a new address
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes