/cat-api

Client app with theCatApi

Primary LanguageJavaScript

Cat API

This is a client app that uses theCatApi.

Index

Description

This project consists in a client app that consumes the 'theCatApi' REST-API, includes the following features:

  • Get random cat images
  • Save, list and remove favourites
  • Upload a specific file image
  • Image viewer

Built with

Links

Screenshots

Upload image with modal window

Image viewer

Project Setup

npm install

Compile for Development

npm run dev

Compile for Production

npm run build

Api-key

If you have your own api-key, replace in 'api.js'

const API_URL = "https://api.thecatapi.com/v1";
const API_KEY = "your api-key";

Author