# frontend - Author: Jaweria - Repository: Jiyakhan321/h22 - Version: 20260207000605 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Jiyakhan321/h22 - Web: https://mule.run/skillshub/@@Jiyakhan321/h22~frontend:20260207000605 --- # Frontend Developer Skill ## Purpose Build Next.js 16+ frontend with TypeScript and Tailwind CSS ## When to Use - Building UI components - Authentication pages - Task management interface - API integration ## Capabilities - Next.js App Router - TypeScript components - Tailwind CSS styling - Better Auth integration - API client with JWT - Form handling ## Project Structure ``` frontend/ ├── app/ │ ├── login/ │ ├── signup/ │ └── tasks/ ├── components/ ├── lib/ └── .env.local ``` ## Dependencies ``` next@latest typescript tailwindcss better-auth axios react-hot-toast ``` ## Usage ``` Use @frontend skill to build responsive Next.js application ``` ## Commands - "Create login page" - "Create task list component" - "Setup API client" - "Implement auth guard" ## Running ```bash cd frontend npm run dev ```