HealthRex Store is a modern e-commerce platform for purchasing medicines and healthcare products online. It provides a seamless shopping experience with features like secure payments, order tracking, and user authentication.
- React.js
- Firebase
- Tailwind CSS
- Stripe for payment processing
- React Query for data fetching
- Vite for development
- User authentication with Firebase
- Secure payment processing via Stripe
- Advanced filtering and sorting options
- Real-time order tracking
- PDF invoice generation
- Responsive and mobile-friendly design
"dependencies": {
"@react-pdf/renderer": "^4.1.6",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.5.0",
"@tanstack/query-persist-client-core": "^5.64.1",
"@tanstack/react-query": "^5.64.1",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"firebase": "^11.1.0",
"html2canvas": "^1.4.1",
"localforage": "^1.10.0",
"match-sorter": "^8.0.0",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-datepicker": "^7.6.0",
"react-dom": "^18.3.1",
"react-export-table-to-excel": "^1.0.6",
"react-fast-marquee": "^1.6.5",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"react-router-dom": "^7.1.1",
"react-to-pdf": "^1.0.1",
"react-toastify": "^11.0.3",
"recharts": "^2.15.0",
"sort-by": "^1.2.0",
"sweetalert2": "^11.15.10",
"swiper": "^11.2.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
}- Clone the repository:
https://github.com/safin33221/Health-Rex-Store-Client.git
- Navigate to the project directory:
cd Health-Rex-Store-Client - Install dependencies:
npm install
- Start the development server:
npm run dev
- Open the project in your browser at
http://localhost:5173
- Live Website: HealthRex Store
- Backend Repo: HealthRex Store Backend


