Poke Center is a React application made with TypeScript and styled-components. You can manage a Poke Party with the pokémons available by PokeAPI.
- React
- Redux Toolkit + Redux Persist
- Axios
- styled-components
- Prettier + Eslint
- React Testing Library + Jest
Yarn v1.22+
After cloning the repository, use yarn install
or just yarn
to install dependencies.
Run yarn dev
to start development server.
Run yarn test
to run unit tests.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.