Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Pokemon App using Redux #2

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

stephanie56
Copy link

@stephanie56 stephanie56 commented Feb 19, 2018

Demo: https://stephanie56.github.io/cohort3-react-pokemon/

  • Create a header component that should read Gotta Fetch em all! through props
  • Create a Pokemon display component that displays the image of the Pokemon and its name
  • Create a text input component
  • Create a button component
  • Use all of the components to make an API call based on what the user input's into the component when the button is clicked
  • Handle errors and empty user input

- Add Header, PokemonCard and SearchBar components
- Add default props to PokemonCard
- Connect to pokeapi using fetch
- Fetch pokemon image and name successfully
- Add customized image and message when pokemon is not found
- Add function to capitalize the first letter of pokemon names
- Add function to update search term from user inputs
- Trigger fetching pokemon when user submit search term
- Install gh-page for deployment
- Update README
- Remove unused boilerplate code
- Install Sass
- Update app style
- Deploy app
- Split SearchBar component into Field and Button components
- Fix typo
- Update styles to reflect structure Changes
- Add default value of pokemon namd and image
- Add isLoading property to the state of App
- Conditional render loading message
- Add loading message styles
- Move capitalizeFirstLetter function to utils
- Add LoadingIndicator and Pokemon components
- Add component PokeList to render a list of returned pokemons
- Add styles
@stephanie56 stephanie56 changed the title Completed React Pokemon Assignment - Stephanie Zeng's Solution Updated solution: handle empty input from users Feb 22, 2018
@stephanie56 stephanie56 changed the title Updated solution: handle empty input from users Refactor Pokemon App using Redux Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant