Rick & Morty profiles of the characters with pagination Demo
Using the Rick & Morty API (rickandmortyapi.com).
@emotion/react
,@emotion/styled
: MUI is using emotion as a styling engine.@mui/material
: Helped me to develop the application faster without any low-level design concern.axios
: used for fetching the API calls.react-query
: used for fetching and caching the API calls.react-router-dom
: used for Implementing dynamic routing and layout architecture.