rojaence / cat-api

Client app with theCatApi

Home Page:https://rojaence.github.io/cat-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Client app with theCatApi

https://rojaence.github.io/cat-api


Languages

Language:JavaScript 52.9%Language:HTML 32.5%Language:SCSS 8.5%Language:CSS 6.1%