Event Explorer is a dynamic event discovery app built with React. Users can browse and favorite events using a sleek, animated interface powered by Framer Motion, Swiper, React Router, and Tailwind CSS. Toast alerts, smooth transitions, and responsive design make the experience both functional and fun.
- 🔍 Filter and explore events by category, date, or location
- ❤️ Add/remove events to a favorites panel
- 💰 See total bid price of favorited events
- 🔁 Swiper sliders for featured or categorized events
- 🔔 Toast notifications using React Toastify
- 🧭 Route-based navigation via React Router
- ✨ Page and component animations with Framer Motion
- 🎨 Icons from Lucide React and React Icons
- 📱 Fully responsive with Tailwind CSS
Replace with your own screenshot
- React
- React Router
- Lucide React
- React Icons
- React Toastify
- Swiper
- Framer Motion
- Tailwind CSS
- Vite (or CRA)
# Clone the repository
git clone https://github.com/yourusername/event-explorer.git
# Navigate into the project directory
cd event-explorer
# Install dependencies
npm install