19 Commits

Author SHA1 Message Date
00556e35d9 Installed msw for mocking server, add JEST tests for simple pokedexApi endpoints; Change lint-staged.config.js for json files 2023-03-26 18:39:04 +11:00
9ed782813d Fixed all .css files 2023-03-26 18:20:17 +11:00
db682dc2a2 Move Loading screen into Pokedex.tsx 2023-03-26 15:56:51 +11:00
33b1f4f79c Configure Pokemon CSS correctly 2023-03-23 21:45:20 +11:00
3c91954e29 Implemented background image color of Pokemon Card 2023-03-23 21:21:46 +11:00
751704a8c2 Implemented jest test for Pokemon Card component (part 2): export formatNumber 2023-03-23 21:04:15 +11:00
9e48382026 Implemented jest test for Pokemon Card component 2023-03-23 21:03:36 +11:00
27df3a780a Implemented type color for Pokemon Card component 2023-03-23 20:49:31 +11:00
23b29ffccc Implement colorTypeGradients utility function 2023-03-23 20:34:09 +11:00
4c0f7f4d1c Implemented PokeTypeAsset in Pokemon Card component 2023-03-23 20:32:28 +11:00
0d6c393cbb Moved charizard.json into src/features/Pokedex/Pokemon/assets directory 2023-03-23 00:12:50 +11:00
cf9e5d490d Moved poke types into src/features/Pokedex/Pokemon/assets directory 2023-03-23 00:12:29 +11:00
0b5a98d859 Implement first iteration of Pokemon.stories.tsx 2023-03-22 21:50:35 +11:00
a29c471a0b Implemented index.ts for small components 2023-03-22 20:32:04 +11:00
af89068929 Implemented setSelectedType and setSelectedSort reducer in pokedexSlice, and getRegionList and getTypeList endpoints 2023-03-19 22:42:09 +11:00
452794f4e6 Created pokedexSlice and pokedexApi to perform getPokemonList 2023-03-19 16:53:07 +11:00
e901a58105 Moved Filters.tsx into Pokedex feature folder 2023-03-19 15:53:49 +11:00
3139f53236 Added Pokedex component 2023-03-19 15:38:29 +11:00
65f0b56a20 Fixed location of pokemon card location 2023-03-19 12:48:37 +11:00