pokertk/src
Jason Zhu f30edc9700 Move types with pokedexSlice into types/slice.ts 2023-04-02 23:51:23 +10:00
..
app 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
assets Moved charizard.json into src/features/Pokedex/Pokemon/assets directory 2023-03-23 00:12:50 +11:00
components Created pokedexSlice and pokedexApi to perform getPokemonList 2023-03-19 16:53:07 +11:00
features/Pokedex Move types with pokedexSlice into types/slice.ts 2023-04-02 23:51:23 +10:00
mocks Removed getRegionPokemonList endpoint and related tests 2023-04-02 21:07:53 +10:00
stories Installed storybook in the project 2023-03-22 21:16:47 +11:00
App.css Configured eslint and prettier to work on package.json 2023-03-18 22:52:01 +11:00
App.tsx Move Loading screen into Pokedex.tsx 2023-03-26 15:56:51 +11:00
index.css Fixed all .css files 2023-03-26 18:20:17 +11: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