Author: Cari Palazzolo
In this lab, I utilized the Rick and Morty Api to fetch and display paginated lists of characters and locations; includes front-end snapshot tests courtesy Jest.
React, Node.js, Jest, Babel, PostCSS
-
Clone and download GitHub repo
-
Install dependencies:
npm i
-
Run scripts:
npm run lint
npm run pretest
npm run test
npm run test:watch
npm run start
(start localhost)
npm run build
(build for production)
Forked from https://github.com/alchemy-fullstack-js-winter-2019/async-react\ The rickAndMortyApi: https://rickandmortyapi.com/\ StarWarsApi (optional service included): https://swapi.co/