A platform for Afrolatin dancers to showcase their artistic specialties and connect with the community.
├── backend/
│ ├── database/
│ │ ├── migrations.ts # Database schema
│ │ └── queries.ts # Database operations
│ ├── routes/
│ │ ├── artists.ts # Artist CRUD operations
│ │ └── static.ts # Static file serving
│ └── index.ts # Main Hono server
├── frontend/
│ ├── components/
│ │ ├── App.tsx # Main app component
│ │ ├── ArtistCard.tsx # Artist profile card
│ │ ├── ArtistForm.tsx # Add/edit artist form
│ │ └── ArtistList.tsx # Artists directory
│ ├── index.html # Main HTML template
│ └── index.tsx # Frontend entry point
└── shared/
└── types.ts # Shared TypeScript types