About The Project

A Responsive React App that retrieves data from the PokéAPI. This application displays all 898 Pokemon using both Pagination (In Desktop Mode) and Infinite Scroll (In Mobile Mobile) based on platform/screen size.

Prerequisites

To run this application, you will need the following:

Installation

  1. Clone the repo
    git clone https://github.com/codeitcaleb/cirrus-md-react-take-home
  2. Install the required packages and start the application
    npm install && npm start
  3. Go to localhost

Built With

This application uses the following:

Notes (Concerns & Experieces)

This was one of my first attempts at writing tests for my React Components and I ran out of time in working on them due to other obligations that I had to deal with. At the moment tests are broken but I will fix this issues and expand on the tests that are currently in place.