Tech Market is a modern e-commerce web application for selling gadgets. It features a clean design, smooth animations, internationalization, and secure authentication with Firebase.
- React – Frontend framework
- Redux Toolkit – Global state management
- Tailwind CSS – Utility-first CSS framework
- shadcn/ui – Beautiful, accessible components built on Tailwind
- Firebase Authentication – Secure user login and registration
- Framer Motion – Animation and transitions
- Swiper – Responsive sliders and carousels
- react-i18next – Multi-language support
Follow the steps below to run the project locally.
git clone https://github.com/your-username/tech-market.git](https://github.com/fs-jan25-team1/Tech-market.git
cd tech-marketnpm installVITE_FIREBASE_API_KEY=your_api_key
VITE_FIREBASE_AUTH_DOMAIN=your_project.firebaseapp.com
VITE_FIREBASE_PROJECT_ID=your_project_id
VITE_FIREBASE_STORAGE_BUCKET=your_project.appspot.com
VITE_FIREBASE_MESSAGING_SENDER_ID=your_sender_id
VITE_FIREBASE_APP_ID=your_app_idnpm run dev