Skip to content

motakbiri/rick-and-morty

Repository files navigation

Netlify Status

Rick and Morty React App

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.

Links

Lighthouse Scores

Tools and Libraries

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.

Development

git clone https://github.com/motakbiri/rick-and-morty.git
yarn
yarn dev

Possible Improvements for contributors

  • 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