Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.94 KB

File metadata and controls

42 lines (35 loc) · 1.94 KB

Pintercats

Maintainability ESLint

Cats Viewer app using TheCatApi

Features

  • Built with Vanilla JS.
  • Fething the data in JSON format from the TheCatApi.
  • Dynamically inserting the images into the DOM on initial loading.
  • When the user scrolls close to the bottom of the page the app makes another GET request to the API and inserts images into the DOM (lazy loading).
  • The app stores liked images in LocalStorage.

Technology Stack

Live demo

See the live version here.

Requirements

You will need Node.js and Git installed on your machine.

Installation

To install, run the following commands into a Terminal window:

git clone git@github.com:tinawebdev/pintercats.git
cd pintercats
npm install
npm run build-dev

Links