pokertk/src
Jason Zhu be0903bd93 Trying to use getRegionPokemonList endpoint for Loading screen 2023-03-31 21:58:03 +11: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 Trying to use getRegionPokemonList endpoint for Loading screen 2023-03-31 21:58:03 +11:00
mocks Implement getRegionPokemonList with queryFn and related test cases 2023-03-28 22:44:00 +11: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.test.tsx Initialize project using Create React App 2023-03-03 16:24:15 +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