{"id":25307489,"url":"https://github.com/kamrul2006/k-tech-ui","last_synced_at":"2026-04-09T18:32:21.221Z","repository":{"id":275836192,"uuid":"927339693","full_name":"kamrul2006/K-Tech-UI","owner":"kamrul2006","description":"It is a tech hunting web app. Where Users can post products, view their submissions, update product details, and manage their content seamlessly........","archived":false,"fork":false,"pushed_at":"2025-02-21T18:11:09.000Z","size":5861,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T06:48:16.491Z","etag":null,"topics":["firebase","npm-package","react","react-query","react-router","tailwindcss"],"latest_commit_sha":null,"homepage":"https://k-tech-ltd.web.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamrul2006.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-04T19:46:32.000Z","updated_at":"2025-02-21T18:11:13.000Z","dependencies_parsed_at":"2025-02-04T21:33:04.675Z","dependency_job_id":null,"html_url":"https://github.com/kamrul2006/K-Tech-UI","commit_stats":null,"previous_names":["kamrul2006/k-tech-ui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamrul2006%2FK-Tech-UI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamrul2006%2FK-Tech-UI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamrul2006%2FK-Tech-UI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamrul2006%2FK-Tech-UI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamrul2006","download_url":"https://codeload.github.com/kamrul2006/K-Tech-UI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608157,"owners_count":20965950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firebase","npm-package","react","react-query","react-router","tailwindcss"],"created_at":"2025-02-13T11:35:12.610Z","updated_at":"2026-04-09T18:32:21.206Z","avatar_url":"https://github.com/kamrul2006.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# \u003cimg src=\"./src/assets/llg.png\" alt=\"K-Tech Logo\" width=\"45px\" /\u003e K-Tech: \n**Discover, Share, and Vote on Innovative Products**\n\n\n[Live Site URL](https://k-tech-ltd.web.app):  **https://k-tech-ltd.web.app**\n\n---\n## 🚀 Overview\n\nK-Tech UI is a dynamic web platform designed for seamless product management, interactive user engagement, and efficient content moderation. It offers a user-friendly interface for product submissions, a powerful review system for moderators, and premium membership benefits for enhanced access.\n\n## 📌 Features\n\n- **User-Friendly Product Management**: Users can post products, view submissions, update details, and manage their content effortlessly.\n- **Dynamic Product Review Queue**: Moderators can review, approve, reject, or feature products with ease.\n- **Reported Content Management**: Handle reported products with detailed views and removal options for inappropriate content.\n- **Membership Benefits**: Subscribers can post unlimited products, bypassing normal user restrictions.\n- **Interactive Home Layout**: Includes sections like Featured Products, Explore Categories, FAQs, and more for an engaging experience.\n\n## 📂 Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Environment Variables](#environment-variables)\n- [Dependencies](#dependencies)\n- [Development](#development)\n- [License](#license)\n\n## 🛠 Installation\n\n1. **Clone the repository**  \n   ```sh\n   git clone https://github.com/your-repo/k-tech-ui.git\n   cd k-tech-ui\n   ```\n\n2. **Install dependencies**  \n   ```sh\n   npm install\n   ```\n\n3. **Set up the environment variables**  \n   Create a `.env` file in the root directory and configure the required variables (see the next section).\n\n4. **Start the development server**  \n   ```sh\n   npm run dev\n   ```\n\n## 🔧 Environment Variables\n\nCreate a `.env` file in the root directory with the following keys (replace with your actual values):\n\n```plaintext\nDB_USER=your_database_user\nDB_PASS=your_database_password\nJWT_SECRET=your_jwt_secret\nSTRIPE_SECRET=your_stripe_secret_key\n```\n\n⚠ **Important:** Never expose sensitive credentials in public repositories. Use `.gitignore` to prevent committing the `.env` file.\n\n## 📦 Dependencies\n\nThe project uses the following technologies:\n\n### Frontend\n\n- **React** (^18.3.1)\n- **React Router DOM** (^7.1.1)\n- **TailwindCSS** (^3.4.17)\n- **Framer Motion** (^12.0.5)\n- **Axios** (^1.7.9)\n- **Recharts** (^2.15.0)\n\n### Backend \u0026 Security\n\n- **Firebase** (^11.1.0)\n- **jsonwebtoken (JWT)** (^9.0.2)\n- **Stripe API** (^5.5.0)\n\n### Development Tools\n\n- **Vite** (^6.0.5)\n- **ESLint** (^9.17.0)\n- **DaisyUI** (^4.12.23)\n\n## ▶ Usage\n\n- **Start Development Server**  \n  ```sh\n  npm run dev\n  ```\n\n- **Build for Production**  \n  ```sh\n  npm run build\n  ```\n\n- **Lint the Code**  \n  ```sh\n  npm run lint\n  ```\n\n- **Preview the Production Build**  \n  ```sh\n  npm run preview\n  ```\n\n## 🛠 Development\n\nTo contribute to this project:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make changes and commit (`git commit -m \"Added new feature\"`).\n4. Push to the branch (`git push origin feature-branch`).\n5. Open a Pull Request.\n\n## 📜 License\n\nThis project is licensed under the **MIT License**.\n\n---\n\n### ✨ Enjoy Building with K-Tech UI! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamrul2006%2Fk-tech-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamrul2006%2Fk-tech-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamrul2006%2Fk-tech-ui/lists"}