Skip to content

pklepa/cat-wiki

Repository files navigation

cat-wiki

Description

Wiki style application to visualize a variety of cat breeds data obtained from TheCatAPI.

See it live on https://cat-wiki.pklepa.vercel.app/

Screenshots

home page

image

home page (mobile)

image

cat breed page

image

cat breed page - mobile

image

Objectives & Outcomes

This project is an implementation of the minimalistic blog design by LogWork and integrates Contentful as a Content Management System for the blog administrator.

  • Next JS
  • TheCatAPI
  • Vercel
  • Styled Components

Development

Javascript Framework

Libraries, extensions and tools

  • Next
  • Vercel
  • Styled Components
  • Framer
  • ESLint - A linter tool to standardize code
  • Prettier - Code formatter

Getting Started

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone [email protected]:pklepa/cat-wiki.git

# Enter the created folder
$ cd cat-wiki

# Install dependencies
$ npm install

# Run the app
$ npm run dev

# Visit http://localhost:3000/

Open http://localhost:3000 with your browser to see the result.

Releases

No releases published

Packages

No packages published