CoolFace
Apppublic

david07diaz/neon-nights-bar-hopper-s-paradise

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
3 commits on main
809634811mo ago

Manual changes saved

david07diaz
3d9361311mo ago

Create a Progressive Web App (PWA) called JAMS, a social app for bars and nightclubs in a city. It's like Instagram + TikTok for nightlife: users book tables, buy tickets, order menus, and bars post promotions. Make it mobile-first, dark theme (black/purple #6366f1), with React/Next.js frontend, Supabase backend for auth/DB, and Tailwind CSS. Include routes: / (landing), /feed, /explore, /bar/:id, /user/:id, /cart, /dashboard. Add PWA manifest and service worker. Use LocalStorage for mock data initially. Generate sample data for 3 bars and 5 users.

david07diaz
ea0e30611mo ago

initial commit

david07diaz