Skip to content

mpittas/api-meow-finder

Repository files navigation

Logo

Vercel Deploy MIT License

Demo

Live preview: Meow Finder


About

Since I was young, I've loved cats a lot. I've always been curious about the different types of cat breeds, so I made an app that lets you explore and find out more about them. This app gets its information about cats from TheCatAPI.

If you find it useful please start the project on GitHub.


Features

  • Breed Information Display
  • Image carousel
  • API Integration
  • Responsive design
  • Search functionality
  • Linting and Code Quality Check
  • Server-Side Rendering
  • Environment-Specific Configuration
  • Routing

Feedback

If you have any feedback, please reach out to webpittas@gmail.com


Installation

Install my-project with npm

# navigate to projecr:
npm install
yarn install

# run project
npm run dev
yarn dev