A dynamic e-commerce platform for sports accessories, allowing users to browse, purchase, and manage equipment across various sports categories. Built with the MERN stack, the platform ensures a smooth shopping experience with authentication and product management features.
🔗 sports-sphere Live https://sports-sphere-c4e2f.web.app/
- Server Repository: https://github.com/mustafiz8g/sports-sphere-server
- Features
- Technologies Used
- Installation & Setup
- Project Screenshots
- Environment Variables
- API Endpoints
- Contributors
- License
✅ User Authentication (Email & Password, Google Sign-in)
✅ Dynamic Product Management (Add, View, Update, Delete Equipment)
✅ Private Routes & Secure Data Handling
✅ Sorting & Filtering by Price
✅ Dark/Light Theme Toggle
✅ Beautiful Animations using Lottie React & React Awesome Reveal
✅ Mobile-Friendly & Fully Responsive UI
✅ Error Handling with Toast/Sweet Alerts
- ⚛ React.js
- 🚀 React Router
- 🎨 Tailwind CSS & DaisyUI
- 🔥 Firebase Authentication
- 🔗 Axios
- 🎉 SweetAlert2 / React Toastify
- ✨ Lottie React & React Awesome Reveal
- 🌐 Node.js
- ⚡ Express.js
- 🛢 MongoDB (Mongoose)
- 🔑 JSON Web Token (JWT)
- ☁ Cloudinary (for Image Uploads)
- 🔐 Dotenv for Environment Variables
- 🚀 Vercel & Netlify for Deployment
git clone https://github.com/yourusername/sports-sphere-client.git
git clone https://github.com/yourusername/sports-sphere-server.git
"@firebasegen/default-connector": "file:dataconnect-generated/js/default-connector", "@headlessui/react": "^2.2.0", "@tailwindcss/vite": "^4.0.0", "@tanstack/react-query": "^5.64.2", "axios": "^1.7.9", "firebase": "^11.2.0", "localforage": "^1.10.0", "match-sorter": "^8.0.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", "react-hot-toast": "^2.5.1", "react-icons": "^5.4.0", "react-router-dom": "^7.1.3", "react-spinners": "^0.15.0", "sort-by": "^0.0.2", "sweetalert2": "^11.15.10", "swiper": "^11.2.1"
cd sports-sphere-client
npm install
cd sports-sphere-server
npm install
Create a .env
file in both client and server directories with the required API keys.
VITE_FIREBASE_API_KEY=your_firebase_api_key
VITE_FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain
VITE_FIREBASE_PROJECT_ID=your_firebase_project_id
VITE_FIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket
VITE_FIREBASE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id
VITE_FIREBASE_APP_ID=your_firebase_app_id
VITE_BACKEND_URL=http://localhost:5000
MONGO_URI=your_mongodb_connection_uri
JWT_SECRET=your_jwt_secret
STRIPE_SECRET_KEY=your_stripe_secret_key
CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name
CLOUDINARY_API_KEY=your_cloudinary_api_key
CLOUDINARY_API_SECRET=your_cloudinary_api_secret
npm run dev
npm run start
Add screenshots here to showcase UI and features.