I made this app for our dorm and house parties. But now I decided to publish it here. Use it and make it your own. Have a fun night :D
- 📅 Event management with date, time, and location tracking
- 👥 Guest list management with RSVP status
- 🎵 Song choice tracking for each guest
- 📊 Real-time confirmation counter
- 🎨 Beautiful, responsive UI with smooth animations
- 🔄 Quick status updates (Confirmed, Pending, Declined)
- Node.js (v16 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/karaoke-night-tracker.git
cd karaoke-night-tracker
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173
- React - UI Framework
- TypeScript - Programming Language
- Tailwind CSS - Styling
- Lucide React - Icons
- Vite - Build Tool
- Display event details including date, time, and location
- Track number of confirmed guests
- Add new guests with pending status
- Update guest RSVP status (Confirmed, Pending, Declined)
- Remove guests from the event
- Track song choices for each guest
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.