This repo is a sample project to show how to build a Performant, Accessible, and Extensible applications with React. In this project, The Rick and Morty API has been used to display Characters of this series.
React Query has been used to handle Caching and Prefetching the data to optimize the data fetching and smooth user experience.
Chakra UI provides a lightweight, customizable, and accessible set of components that can boost development speed.
git clone https://github.com/motakbiri/rick-and-morty.git
yarn
yarn dev
- add e2e tests
- add react-router to create a separate page for each Character and Episode
- add filter and search functionality
Please feel free to contribute for anything else