{"id":25469785,"url":"https://github.com/masud2005/query-hive-client","last_synced_at":"2026-04-10T04:45:03.169Z","repository":{"id":271544735,"uuid":"910112605","full_name":"masud2005/query-hive-client","owner":"masud2005","description":"QueryHive is a web app for submitting, managing, and recommending user queries on various products. Users can log in, manage their queries, and recommend others' queries, with Google-based authentication for a seamless experience.","archived":false,"fork":false,"pushed_at":"2025-02-05T13:17:37.000Z","size":230,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T14:24:05.344Z","etag":null,"topics":["css3","firebase","html5","javascript","mongodb","react","react-router","tailwind"],"latest_commit_sha":null,"homepage":"https://ask-and-recommend.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/masud2005.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":"2024-12-30T14:22:36.000Z","updated_at":"2025-02-05T13:17:40.000Z","dependencies_parsed_at":"2025-01-08T12:29:22.787Z","dependency_job_id":"cd07cdee-8fe7-4b1f-bb7d-857cc5ffb182","html_url":"https://github.com/masud2005/query-hive-client","commit_stats":null,"previous_names":["masud2005/query-hive-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masud2005%2Fquery-hive-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masud2005%2Fquery-hive-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masud2005%2Fquery-hive-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masud2005%2Fquery-hive-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masud2005","download_url":"https://codeload.github.com/masud2005/query-hive-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239436797,"owners_count":19638370,"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":["css3","firebase","html5","javascript","mongodb","react","react-router","tailwind"],"created_at":"2025-02-18T08:30:50.423Z","updated_at":"2025-11-04T17:30:22.522Z","avatar_url":"https://github.com/masud2005.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QueryHive\n\nQueryHive is a web application designed to facilitate the submission, management, and recommendation of user-generated queries related to various products. Users can log in, create, update, and delete their queries, as well as recommend queries submitted by others. The app also features Google-based authentication for a seamless user experience.\n\n---\n\n## Purpose\n\nThe purpose of QueryHive is to:\n- Enable users to voice their concerns and raise queries about specific products.\n- Provide a platform for community-driven recommendations on queries.\n- Enhance user experience with modern authentication and secure API interactions.\n\n---\n\n## Website Preview\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://i.ibb.co.com/fdc8mD9K/queries.png\" alt=\"QueryHive\" width=\"100%\" /\u003e\n\u003c/div\u003e\n\n## Live URL\n\nVisit the live application: [Query Hive](https://ask-and-recommend.web.app)\n\n---\n\n## Key Features\n\n- **Authentication:**\n  - Email/Password-based registration and login.\n  - Google login for quick access.\n  - JWT-based secure API requests with HTTP-only cookies.\n- **Query Management:**\n  - Create, update, and delete queries.\n  - View all queries or fetch specific queries by ID or email.\n  - Retrieve the 6 most recent queries.\n- **Recommendations:**\n  - Recommend queries and track counts.\n  - Fetch all recommendations by query or user.\n  - Add and remove recommendations dynamically.\n- **Protected Routes:**\n  - Routes secured using React context and private routes.\n- **Responsive Design:**\n  - A responsive layout powered by Tailwind CSS and DaisyUI.\n\n---\n\n## Technologies Used\n\n### Frontend:\n- **React**: A JavaScript library for building user interfaces.\n- **React Router Dom**: For navigation and routing.\n- **Axios**: For API communication.\n- **Framer Motion**: Animation library for enhancing UI transitions.\n- **Tailwind CSS \u0026 DaisyUI**: Styling framework for fast and responsive design.\n- **SweetAlert2**: For customizable alerts.\n\n### Backend:\n- **Node.js**: JavaScript runtime for the server-side application.\n- **Express.js**: Web application framework.\n- **MongoDB**: NoSQL database for data storage.\n- **JWT**: For secure token-based authentication.\n- **Cookie Parser**: Middleware to parse cookies.\n\n### Firebase:\n- Authentication with Email/Password and Google login.\n\n---\n\n## NPM Packages Used\n- axios: For API requests.\n- firebase: For authentication.\n- framer-motion: For animations.\n- react: For UI rendering.\n- react-router-dom: For routing.\n- react-helmet-async: For managing document head.\n- react-icons: For icons.\n- react-tooltip: For tooltips.\n- sweetalert2: For alerts.\n- swiper: For interactive sliders.\n\n---\n\n## Running QueryHive Locally\n\n### Prerequisites:\n- **Node.js** (version 14 or later) installed.\n- **MongoDB** (either local or MongoDB Atlas).\n- A **Firebase account** for authentication (Google login and Email/Password login).\n\n## Installation\n\nStep-by-step instructions to set up the project locally.\n\n```bash\n# Clone the repository\nhttps://github.com/masud2005/query-hive-client.git\n\n# Navigate to the project directory\ncd query-hive-client\n\n# Install dependencies\nnpm install","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasud2005%2Fquery-hive-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasud2005%2Fquery-hive-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasud2005%2Fquery-hive-client/lists"}