skycel 0399f0dc1c Add projects gallery page with responsive grid (Story 2.2)
- Create useFetchProjects composable for API integration
- Implement responsive grid layout (1/2/3/4 columns)
- Add stagger fadeInUp animation with prefers-reduced-motion support
- Include loading skeleton, error state with retry, and empty state
- Configure SEO meta tags via useSeo composable
- Update Project model ordered scope for proper sorting

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 02:12:32 +01:00

Skycel

Portfolio interactif gamifie - Monorepo Nuxt 4 + Laravel 12.

Structure

skycel/
├── frontend/    # Application Nuxt 4 (SSR, TypeScript)
├── api/         # Backend Laravel 12 (API-only)
└── docs/        # Documentation projet

Prerequisites

  • Node.js 18+
  • PHP 8.2+
  • Composer
  • MySQL / MariaDB

Getting Started

Frontend

cd frontend
cp .env.example .env
npm install
npm run dev

Backend

cd api
cp .env.example .env
composer install
php artisan key:generate
php artisan serve
Description
No description provided
Readme 8.5 MiB
Languages
Vue 51.4%
PHP 35.6%
TypeScript 11.7%
CSS 0.8%
JavaScript 0.5%