This is a Pokemon project that I'm using to improve my testing skills and learn GraphQL. I'ts created using React (Vite), Styled-Components, Redux-Toolkit, GraphQL and the testing libraries are Jest, React-Testing-Library and Cypress and MSW will be added later.
You can try the live version here: pokemon.radaeli.dev
- First of all, leave a star! ⭐️
- Fork this repo
- Create a branch to work on your fix/feature:
git checkout -b feat/my-cool-feature
- Commit your changes:
git commit -m "feat: add my cool feature"
- Upload your changes and make a pull request!
git push origin feat/my-cool-feature