Skip to content

Developer Guide

MMDRZA edited this page Dec 14, 2024 · 1 revision

Developer Guide

Project Structure

ticketfy/
├── src/
│   ├── components/     # Reusable UI components
│   ├── pages/          # Page components
│   ├── lib/            # Utilities
│   ├── types/          # TypeScript types
│   └── contexts/       # React contexts

Clone this wiki locally