{"id":29013274,"url":"https://github.com/wdnaimur/bulknest-client","last_synced_at":"2026-04-07T22:31:58.725Z","repository":{"id":301115894,"uuid":"1008152080","full_name":"wdNaimur/BulkNEST-client","owner":"wdNaimur","description":"BulkNest is a B2B wholesale marketplace with user authentication, product management, and dynamic views for seamless bulk trading.","archived":false,"fork":false,"pushed_at":"2025-06-25T08:27:30.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T08:36:51.327Z","etag":null,"topics":["firebase","framer-motion","frontend","react","react-router","swiper","tailwindcss","webapp"],"latest_commit_sha":null,"homepage":"https://bulknest.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/wdNaimur.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,"zenodo":null}},"created_at":"2025-06-25T05:40:18.000Z","updated_at":"2025-06-25T08:31:28.000Z","dependencies_parsed_at":"2025-06-25T08:48:19.140Z","dependency_job_id":null,"html_url":"https://github.com/wdNaimur/BulkNEST-client","commit_stats":null,"previous_names":["wdnaimur/bulknest-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wdNaimur/BulkNEST-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdNaimur%2FBulkNEST-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdNaimur%2FBulkNEST-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdNaimur%2FBulkNEST-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdNaimur%2FBulkNEST-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wdNaimur","download_url":"https://codeload.github.com/wdNaimur/BulkNEST-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdNaimur%2FBulkNEST-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261937078,"owners_count":23232852,"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","framer-motion","frontend","react","react-router","swiper","tailwindcss","webapp"],"created_at":"2025-06-25T19:10:38.235Z","updated_at":"2026-04-07T22:31:58.536Z","avatar_url":"https://github.com/wdNaimur.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BulkNest\n\nBulkNest is a B2B wholesale marketplace designed to simplify and streamline bulk purchasing. It provides authenticated user access, product management features, and dynamic views for an optimal user experience.\n\n**Live Site :** [BulkNEST](https://bulknest.web.app/)\n\n## Tech Stack \u0026 Tools\n\n**Framework \u0026 Build Tool**\n\n- React\n- Vite\n\n**Styling**\n\n- Tailwind CSS\n- DaisyUI\n\n**Backend \u0026 Authentication**\n\n- Firebase (Authentication \u0026 Admin SDK)\n- Express.js\n- MongoDB\n- JWT (jsonwebtoken)\n- dotenv\n- CORS\n- Cookie-Parser\n\n## Key Features\n\n- **User Authentication:** Login and Signup using Firebase with JWT authentication\n- **Product Management:** Add, edit, delete, and order products\n- **Protected Routes:** Only authenticated users can access secure pages\n- **Toggle View:** Switch between Card View and Table View on the products page\n- **Filter \u0026 Sort:** Refine product listings by availability\n- **Empty State Messages:** Friendly UI when no products are found or invalid ID is searched\n- **Responsive Design:** Fully functional on desktop and mobile devices\n- **Animations:** Smooth UI transitions using Framer Motion\n\n## NPM Packages Used\n\n**Frontend:**  \n`react`, `vite`, `firebase`, `react-router`, `tailwindcss`, `daisyui`, `framer-motion`, `swiper`, `axios`, `react-hot-toast`, `react-icons`, `react-tooltip`, `sweetalert2`, `react-simple-star-rating`, `react-fast-marquee`\n\n**Backend:**  \n`express`, `mongodb`, `firebase-admin`, `jsonwebtoken`, `cors`, `cookie-parser`, `dotenv`\n\n## 🛠️ BulkNest Client – Local Setup Instructions\n\n- **Clone the repository and install dependencies:**\n\n  ```bash\n  git clone https://github.com/wdNaimur/bulknest-client.git\n  cd bulknest-client\n  npm install\n  ```\n\n- **Create a `.env.local` file** in the project root and add the following environment variables:\n\n  ```\n  VITE_apiKey=your_firebase_apiKey\n  VITE_authDomain=your_firebase_authDomain\n  VITE_projectId=your_firebase_projectId\n  VITE_storageBucket=your_firebase_storageBucket\n  VITE_messagingSenderId=your_firebase_messagingSenderId\n  VITE_appId=your_firebase_appId\n\n  VITE_API_URL=your_backend_api_url\n  ```\n\n- **Run the development server:**\n\n  ```bash\n  npm run dev\n  ```\n- **Access the client site locally at:**  \n`http://localhost:5173`\n\n\n## 🌐 Live Frontend \u0026 Server Repository\n\n🔗 [BulkNEST Live](https://bulknest.web.app/)  \n📂 [Server Repository (GitHub)](https://github.com/wdNaimur/bulknest-server)\n\n\n\n\u003cp align=\"center\"\u003e\u003csub\u003e\u003cstrong\u003eDesigned \u0026 Developed by Md. Naimur Rahman\u003c/strong\u003e\u003c/sub\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdnaimur%2Fbulknest-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwdnaimur%2Fbulknest-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdnaimur%2Fbulknest-client/lists"}