Go to file
Jason Zhu 2857b1d131 Added react-lazy-load-image-component for lazy loading image in PokemonCard 2023-04-17 22:16:25 +10:00
.husky Added husky and lint-staged for pre-commit check 2023-03-18 23:31:08 +11:00
.idea Install tslint config for webstorm 2023-03-31 23:11:30 +11:00
.storybook Moved poke types into src/features/Pokedex/Pokemon/assets directory 2023-03-23 00:12:29 +11:00
public Initialize project using Create React App 2023-03-03 16:24:15 +11:00
src Added react-lazy-load-image-component for lazy loading image in PokemonCard 2023-04-17 22:16:25 +10:00
.eslintrc Installed eslint and provide configurations 2023-03-18 22:47:48 +11:00
.gitignore Initialize project using Create React App 2023-03-03 16:24:15 +11:00
.nvmrc modified .nvmrc file 2023-03-21 17:28:18 +11:00
.prettierrc Fixed lint & format using prettier and eslint 2023-03-18 23:21:20 +11:00
README.md Renamed Pokemon component to PokemonCard 2023-04-17 00:14:29 +10:00
lint-staged.config.js Changed lint-staged.config.js for json files 2023-03-26 18:39:34 +11:00
package.json Added react-lazy-load-image-component for lazy loading image in PokemonCard 2023-04-17 22:16:25 +10:00
tsconfig.json Use Create-React-App absolute path feature 2023-03-19 15:17:58 +11:00
yarn.lock Added react-lazy-load-image-component for lazy loading image in PokemonCard 2023-04-17 22:16:25 +10:00

README.md

Getting Started with Create React App

A simple PokemonCard catalogue app, build with React, Redux-Toolkit, Material-UI and PokeAPI.

It's a learning project following pokedex. In this project, I practised following skills:

  • Use React to create View for FE
  • Use redux, react-redux, redux-toolkit (RTK) for state management
  • Use storybook to design component

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you cant go back!

If you arent satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.

You dont have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.