{"id":24167196,"url":"https://github.com/tahsinalahi/server-sense-client","last_synced_at":"2026-04-12T00:10:15.550Z","repository":{"id":272013017,"uuid":"915264624","full_name":"TahsinAlahi/server-sense-client","owner":"TahsinAlahi","description":"ServeSense Client is a responsive MERN service reviewing app built with React, Tailwind CSS, and Firebase, that allows users to browse, rate, and review services.","archived":false,"fork":false,"pushed_at":"2025-02-16T20:03:51.000Z","size":15867,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T09:14:32.757Z","etag":null,"topics":["firebase","mern-project","react-router","reactjs","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"https://serve-sense.netlify.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/TahsinAlahi.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-01-11T11:58:20.000Z","updated_at":"2025-02-16T20:03:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd7773e1-6bcd-4211-9ab7-42d12e788fe2","html_url":"https://github.com/TahsinAlahi/server-sense-client","commit_stats":null,"previous_names":["tahsinalahi/server-sense-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TahsinAlahi%2Fserver-sense-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TahsinAlahi%2Fserver-sense-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TahsinAlahi%2Fserver-sense-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TahsinAlahi%2Fserver-sense-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TahsinAlahi","download_url":"https://codeload.github.com/TahsinAlahi/server-sense-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241482109,"owners_count":19969850,"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","mern-project","react-router","reactjs","tailwindcss","vite"],"created_at":"2025-01-12T21:12:42.394Z","updated_at":"2025-10-17T06:02:33.289Z","avatar_url":"https://github.com/TahsinAlahi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [ServeSense Client](https://serve-sense.netlify.app/)\n\n**ServeSense** is a Service Review Application System that allows users to browse, rate, and review services. This repository contains the client-side code, built with modern tools and libraries for an interactive and responsive user experience.\n\n---\n\n## Table of Contents\n\n- [Features](#features)\n- [Getting Started](#getting-started)\n- [Installation](#installation)\n- [Environment Variables](#environment-variables)\n- [Scripts](#scripts)\n- [Dependencies](#dependencies)\n- [Dev Dependencies](#dev-dependencies)\n- [Backend Repository](#backend-repository)\n- [License](#license)\n- [Author](#author)\n\n---\n\n## Features\n\n- **Service Browsing**: Explore a list of available services.\n- **User Authentication**: Firebase-powered authentication for login and registration.\n- **Ratings and Reviews**: Users can rate and review services.\n- **Interactive Design**: Built with Tailwind CSS and Framer Motion for smooth animations.\n- **Toast Notifications**: Real-time feedback for user actions.\n- **Responsive Design**: Optimized for all screen sizes, including:\n  - Desktop\n  - Tablet\n  - Mobile\n\n---\n\n## Getting Started\n\n### Prerequisites\n\n- **Node.js** (v14 or later)\n- **Vite** (installed globally is optional but recommended)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/TahsinAlahi/server-sense-client.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd serve-sense-client\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n4. Create a `.env` file:\n\n   ```bash\n   touch .env\n   ```\n\n5. Add environment variables to the `.env` file (see the [Environment Variables](#environment-variables) section).\n\n---\n\n## Environment Variables\n\nCreate a `.env` file in the root directory and add the following variables:\n\n```env\nVITE_API_URL=your-api-endpoint\nVITE_API_KEY=your-firebase-api-key\nVITE_AUTH_DOMAIN=your-firebase-auth-domain\nVITE_PROJECT_ID=your-firebase-project-id\nVITE_STORAGE_BUCKET=your-firebase-storage-bucket\nVITE_MESSAGING_SENDER_ID=your-firebase-messaging-sender-id\nVITE_APP_ID=your-firebase-app-id\n```\n\n---\n\n## Scripts\n\n- **Start development server**:\n\n  ```bash\n  npm run dev\n  ```\n\n  Runs the app in development mode and watches for file changes.\n\n- **Build for production**:\n\n  ```bash\n  npm run build\n  ```\n\n  Creates an optimized production build.\n\n- **Preview production build**:\n\n  ```bash\n  npm run preview\n  ```\n\n  Serves the production build locally for testing.\n\n- **Lint the code**:\n\n  ```bash\n  npm run lint\n  ```\n\n  Checks the code for linting errors and enforces coding standards.\n\n---\n\n## Dependencies\n\n- **[axios](https://www.npmjs.com/package/axios)**: HTTP client for API requests.\n- **[firebase](https://www.npmjs.com/package/firebase)**: Authentication and database integration.\n- **[framer-motion](https://www.npmjs.com/package/framer-motion)**: Animations for React.\n- **[react](https://www.npmjs.com/package/react)**: JavaScript library for building user interfaces.\n- **[react-hook-form](https://www.npmjs.com/package/react-hook-form)**: Forms and validation.\n- **[react-router-dom](https://www.npmjs.com/package/react-router-dom)**: Routing library for React.\n- **[react-toastify](https://www.npmjs.com/package/react-toastify)**: Toast notifications.\n- **[swiper](https://www.npmjs.com/package/swiper)**: Modern touch slider for services.\n\n---\n\n## Dev Dependencies\n\n- **[@vitejs/plugin-react](https://www.npmjs.com/package/@vitejs/plugin-react)**: Vite plugin for React support.\n- **[tailwindcss](https://www.npmjs.com/package/tailwindcss)**: Utility-first CSS framework.\n- **[eslint](https://www.npmjs.com/package/eslint)**: Linting for JavaScript and React.\n- **[postcss](https://www.npmjs.com/package/postcss)**: Tool for transforming CSS.\n- **[vite](https://www.npmjs.com/package/vite)**: Lightning-fast development environment.\n\n---\n\n## Backend Repository\n\nThe backend repository for ServeSense can be found [here](https://github.com/TahsinAlahi/server-sense-server).\n\n---\n\n## License\n\nThis project is licensed under the ISC License.\n\n---\n\n## Author\n\n- **Tahsin Alahi**\n  - [GitHub](https://github.com/TahsinAlahi)\n  - [LinkedIn](https://www.linkedin.com/in/tahsinalahi/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftahsinalahi%2Fserver-sense-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftahsinalahi%2Fserver-sense-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftahsinalahi%2Fserver-sense-client/lists"}