Eventique is a fast, elegant, and responsive event management frontend built with modern tools.
It is perfect for wedding planners, event organizers, and party service providers.
- ⚡ Blazing fast with Vite
- 🎨 Fully responsive design with Tailwind CSS
- 📷 Beautiful image sliders via Swiper.js
- 🔄 Smooth client-side routing with React Router DOM
- 📦 Organized folder structure and reusable components
- 🎯 Icons using React Icons
- 🧹 Linting with ESLint and optimized build setup
- Frontend Framework: React 19
- Build Tool: Vite 7
- Styling: Tailwind CSS 3
- Routing: React Router DOM 7
- UI Enhancements: Swiper, React Icons
- Linting: ESLint + React Refresh plugin
- Authentication: Firebase Auth
- Database : Firestore
- Clone the repository:
git clone https://github.com/newdevatgit/event-management-ui.git
cd event-management-ui- Install dependencies:
npm install- Start the local development server:
npm run dev