This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Created a stable react app with typescript setup (Kattula Pavan Kumar)#75
Open
Pavan49450 wants to merge 4 commits intohelloextend:masterfrom
Open
Created a stable react app with typescript setup (Kattula Pavan Kumar)#75Pavan49450 wants to merge 4 commits intohelloextend:masterfrom
Pavan49450 wants to merge 4 commits intohelloextend:masterfrom
Conversation
Pavan49450
commented
Sep 2, 2023
- Added two Components to App.tsx. Searchbar and DogList.
- The Search List takes values from input box and provides a search button. On clicking that button which fires a fetch request to the dog api which is provided.
- The Input box takes breed of a dog and we try to pass the breed to DogList component using redux reducers.
- With that breed we prepare dynamic URL which takes breed passed by the user. That URL is used to fire the API.
- Which again return a 10 images of the dogs of that breed.
- We use that images URL to prepare a array of elements in page.
- For each image we have like button. On clicking that button it adds to the favorites section.
- Again if want to remove it from the favorite section we click on that like button again.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.