The Cat Facts Project

This is a Nuxt.js project that displays random cat facts. The project uses Pinia for state management and makes requests to a cat facts API.

Installation

  1. Clone the Repository:
git clone git@github.com:als-v/defsafe-cat-facts.git
cd the-cat-facts
  • Dependency Installation
npm install
  • Testing
npm run test
  • Starting the Development Server
npm run dev

The project will be available at http://localhost:3000.