This project is developed within 2 days with zero knowledge of GraphQL integration and TypeScript 😆😆
Data Source: Pokémon API
Framework:
ReactJS(Typescript)Statge management:
Apollo ClientTesting:
Jest and React-testing-libraryStyle:
Styled-component
Install dependencies
yarn
Runs the app in the development mode.
yarn start
Open http://localhost:3000 to view it in the browser.
Run test
yarn test
- Rendering large data + Performance Optomization
- Adding proper type for each element, functions (Typescript + follow best practice)
- GraphQL integration (follow best practice)