pokertk/src
Jason Zhu 766a48f7c0 Centralised all infoDialogSlice related storybook preparation in infoDialogSlice.storybook.ts to reduce code footprint 2023-05-20 15:46:28 +10:00
..
app Remove pagination fetching in pokeApi.ts 2023-05-19 23:28:36 +10:00
assets Move files into correct place in asset directory, and refactored Header 2023-05-19 00:07:45 +10:00
components Centralised all infoDialogSlice related storybook preparation in infoDialogSlice.storybook.ts to reduce code footprint 2023-05-20 15:46:28 +10:00
features Centralised all infoDialogSlice related storybook preparation in infoDialogSlice.storybook.ts to reduce code footprint 2023-05-20 15:46:28 +10:00
mocks Implemented getPokemon, getPokemonSpecies, getEvolutionChain endpoints and related jest UTs 2023-05-11 20:04:45 +10:00
types Remove unnecessary element in PokemonResponseData type 2023-05-19 22:00:22 +10:00
App.css Configured eslint and prettier to work on package.json 2023-03-18 22:52:01 +11:00
App.tsx Move files into correct place in asset directory, and refactored Header 2023-05-19 00:07:45 +10:00
index.css Move files into correct place in asset directory, and refactored Header 2023-05-19 00:07:45 +10:00
index.tsx Created pokedexSlice and pokedexApi to perform getPokemonList 2023-03-19 16:53:07 +11:00
react-app-env.d.ts Initialize project using Create React App 2023-03-03 16:24:15 +11:00
reportWebVitals.ts Initialize project using Create React App 2023-03-03 16:24:15 +11:00
setupTests.ts 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