Skip to content

Please review updated changes.#26

Open
kayanr wants to merge 8 commits intocode-differently:mainfrom
kayanr:main
Open

Please review updated changes.#26
kayanr wants to merge 8 commits intocode-differently:mainfrom
kayanr:main

Conversation

@kayanr
Copy link
Copy Markdown

@kayanr kayanr commented Mar 9, 2021

Good day Kaleb,
Please review the new changes I made today. I closed the previous pull request.
This code is now rendering 30 pokemon on cards on the webpage from the database through express. I still am making changes but this is what I have done so far:

  1. add loadDatabase function to load pokemon data to pokedex2 database tables
  2. Loaded 30 pokemon to database. I get error when I load more.
  3. Display 30 pokemon from database via Express. Only displaying 1 of 2 types currently.
  4. modify styling (padding, margings) on pokemon cards

…kemon_types tables

First commit add create pokedex database and pokemons, types and pokemon_types tables.
updated schema script.
add mysql connection
add pokedex database and data
create xhr object and display 12 pokemon from database on webpage
adjusted index.html, script.js, style.js and index,js :   to  add  border bottom to card headings, add "Pokedex" heading and centered it, create loadPokemonData function
change schema and add getFromAPI function
…ables

1) add loadDatabase function to load pokemon data to pokedex2 database tables
2) Loaded 30 pokemon to database
3) Display 30 pokemon  from database via Express. Only display 1 of 2 types currently.
4) modify styling (padding, margings) on pokemon cards
@kburd kburd self-requested a review March 15, 2021 18:08
Copy link
Copy Markdown
Contributor

@kburd kburd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work Kayan! I'd recommend cleaning up the code a little, dropping commented out code for example, but i'd say this is done other than that!

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.

2 participants