Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 409 Bytes

File metadata and controls

22 lines (16 loc) · 409 Bytes

User Search & Pagination Demo

This repository is a Next.js application demonstrating accessible user search and pagination features.

Tech Stack

  • Next.js (App Router)
  • TypeScript
  • SCSS modules

Usage

  1. Install dependencies:
    npm install
  2. Run the development server:
    npm run dev
  3. Open http://localhost:3000 in your browser.