A modern, responsive social platform where users can create, discover, and join community experiences — from yoga and concerts to food tours and adventures.
- Home feed with experience cards
- Search functionality to discover new hangouts
- Favorites to save experiences
- Real-time notifications
- User profile management
- Settings panel with light/dark mode toggle
- Create your own experiences with one click
- RSVP ("Going") to events
Design inspired by rich community experiences and clean social interaction layouts. Think Airbnb meets Meetup with a visually immersive twist.
- Frontend: React + Tailwind CSS
- Routing: React Router
- State Management: Redux Toolkit or Zustand
- Backend: Node.js + Express (or Firebase/Supabase)
- Database: MongoDB or PostgreSQL
- Authentication: Firebase Auth or Auth0
- Deployment: Vercel or Netlify (frontend), Render or Railway (backend)
- Node.js 18 or above
- npm or yarn
git clone https://github.com/your-username/hangouts-app.git
cd hangouts-app
npm install
npm run dev