Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 614 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 614 Bytes

Rick And Mort Challenge

This repo will contain code for gpac challenge where Rick and Mort API will be used to showcase information from the T.V. show

To-do

[x] Set up basic structure and folders [x] Set up pages (Home, about, characters, locations, etc...) [x] Custom hook for data fetching [x] Components for list and grid rendering [x] Pagination components [x] Search bar [x] Single location, episode and character page

Command for installation

git clone https://github.com/waltergpc/Rick_and_Morty_app.git npm i npm start

Other Scripts

npm run build for build npm run test for unit tests