gdirk07 / PokemonChecker

Playing around with APIs
https://gdirk07.github.io/PokemonChecker/
0 stars 0 forks source link

Integrated MUI and replaced some CSS #39

Closed gdirk07 closed 2 years ago

gdirk07 commented 2 years ago

Installed MUI and integrated it into our app, removing PokemonDisplayStyle.css and PokemonSearch.css

Note: This took a while to setup because of multiple React Versions, what I did was

  1. install MUI (npm install @mui/material @emotion/react @emotion/styled)
  2. installed style-components (npm install @mui/material @mui/styled-engine-sc styled-components) <- honestly dunno if I'll use it
  3. deleted node_module directory
  4. ran a node install
  5. deleted React and React-dom in the project (https://stackoverflow.com/questions/68382193/eresolve-unable-to-resolve-dependency-tree-in-my-react-native-web-project)
  6. re-install react using @Latest

there was a lot of issues with us having multiple reacts with different versions due to package installations?

jeremy-jtlo commented 2 years ago

For a sweeping style change, this PR is pretty small. Nice.