/rick-and-morty-app

An app that fetches data from an API and displays the characters from the animated science-fiction sitecom Rick and Morty. It has searchbox, pagination and favourite list features. I built it using React, the fetch-API, Prop-Types, and custom hooks.

Primary LanguageJavaScript

Rick and Morty App

Table of contents

General info

An app that fetches data from an API and displays the characters from the animated science-fiction sitecom Rick and Morty. It has searchbox, pagination, and favourite list features. I built it using React, the fetch-API, Prop-Types, and custom hooks.

Demo

A demo version of this project can be found at https://rickandmorty-ste.netlify.app/

Tech Stack

This project is created with:

  • REACT
  • Fetch API
  • Prop-Types
  • CSS

Setup

In the project directory, you can run

npm install

To install the dependencies package.

npm start

Runs the app in development mode
Open http://localhost:3000 to view it in the browser.

The page will reload if you make any edits.
You will also see any lint errors in the console.