A single-page web app built using React.js that uses The Rick and Morty API to display characters, episodes, and locations from the TV series.
- Easy to understand project structure
- Written in modern React, only functional components with hooks
- Using React-query for caching data on the client side
- In search options using the debounce function to reduce API requests
- Responsive and animated web page
This project uses Yarn as package manager
npm install --global yarn
Clone the project
git clone https://github.com/firasel/Rick-And-Morty.git
Go to the project directory
cd Rick-And-Morty
Install dependencies
yarn install
Start the server
yarn start