A modern, responsive pet care service web application built with React, Vite, and TailwindCSS. This app features smooth animations, authentication, routing, and interactive UI components for a seamless user experience.
- Responsive UI with TailwindCSS + DaisyUI
- Smooth animations using Animate.css, Typed.js
- Authentication with Firebase
- API requests via Axios
- Routing with React Router
- Real-time notifications using React Hot Toast
- Interactive sliders with Swiper
- Frontend: React, Vite, TailwindCSS, DaisyUI
- Backend/Auth: Firebase, JWT,
- State & Routing: React Router
- Animations: Animate.css, Typed.js
- HTTP Requests: Axios
- Notifications: React Hot Toast
- VITE_API_KEY=your_api_key
- VITE_AUTH_DOMAIN=your_auth_domain
- VITE_PROJECT_ID=your_project_id
- VITE_STORAGE_BUCKET=your_storage_bucket
- VITE_MESSAGING_SENDER_ID=your_messaging_sender_id
- VITE_APP_ID=your_app_id
- VITE_MEASUREMENT_ID=your_measurementId
- VITE_IMGBB_API=your_imgbb_api-key
- Node.js >= 18.x
- npm or yarn
git clone <your-repo-url>
cd pet-care-service
npm install
# or
yarn install