Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 504 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 504 Bytes

Website using a public API, Rick-and-Morty-Characters API

FUNCTIONALITY

It contains the first 20 characters in the API by default

It also contains a search bar to filter characters by their name

It contains pagination for easily navigation through the 42 pages

Deployed link --- https://nimble-sawine-02e90f.netlify.app/

To set it up locally,

git clone https://github.com/akanlegumjohn/Rick-and-Morty-Characters.git 
npm install
cd Rick-and-Morty-Characters
npm run dev