116 Commits

Author SHA1 Message Date
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
4a8ad0256b Fixed abosolute path in App.tsx 2023-03-19 15:24:59 +11:00
a867ce0001 Use Create-React-App absolute path feature 2023-03-19 15:17:58 +11:00
bbaec4a027 Move Header.tsx into components directory 2023-03-19 13:16:17 +11:00
65f0b56a20 Fixed location of pokemon card location 2023-03-19 12:48:37 +11:00
610b501d9a Fixed import of charizard image for example 2023-03-18 23:52:12 +11:00
5ccfe5a986 Configured eslint and prettier to work on package.json 2023-03-18 22:52:01 +11:00
36929bcbcc Added all image assets 2023-03-18 22:29:13 +11:00
634b15d0a9 Added fonts for the Pokemon card 2023-03-05 21:59:29 +11:00
8edd8b1040 Added a sample static Pokemon card 2023-03-05 21:03:15 +11:00
3ccf4bdd61 Add background image, title, and filter bar 2023-03-03 18:51:39 +11:00
b60cb3fd75 Edited App component with poke_logo 2023-03-03 17:43:16 +11:00
ab886b1fb4 Initialize project using Create React App 2023-03-03 16:24:15 +11:00