The project created based on Next.JS and Poke API(https://pokeapi.co/api/v2). For state management used redux and redux toolkit query. Project contains e2e and unit tests
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.