/async-react

SPA made with React + PostCSS, utilizes the Rick & Morty Api to fetch and display paginated lists of characters and locations.

Primary LanguageJavaScript

Rick And Morty - async React app

Author: Cari Palazzolo

Overview

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.

Technologies Used

React, Node.js, Jest, Babel, PostCSS

Getting Started

  1. Clone and download GitHub repo

  2. Install dependencies:
    npm i

  3. 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)

Acknowledgements

Forked from https://github.com/alchemy-fullstack-js-winter-2019/async-react\ The rickAndMortyApi: https://rickandmortyapi.com/\ StarWarsApi (optional service included): https://swapi.co/