{"id":25616885,"url":"https://github.com/mizanmahi/reelclient","last_synced_at":"2026-04-09T02:02:15.634Z","repository":{"id":275618645,"uuid":"925606486","full_name":"mizanmahi/reelclient","owner":"mizanmahi","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-06T06:06:21.000Z","size":267,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T07:28:44.861Z","etag":null,"topics":["reactjs","reactplayer","reactrouter","shadcn","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"https://reelshareclient.netlify.app/","language":"TypeScript","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/mizanmahi.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-02-01T09:28:37.000Z","updated_at":"2025-05-06T06:06:24.000Z","dependencies_parsed_at":"2025-04-25T20:25:36.795Z","dependency_job_id":"9dea5dec-9730-414a-bb41-a758ff9e4986","html_url":"https://github.com/mizanmahi/reelclient","commit_stats":null,"previous_names":["mizanmahi/reelclient"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mizanmahi/reelclient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizanmahi%2Freelclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizanmahi%2Freelclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizanmahi%2Freelclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizanmahi%2Freelclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizanmahi","download_url":"https://codeload.github.com/mizanmahi/reelclient/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizanmahi%2Freelclient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272942535,"owners_count":25019357,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["reactjs","reactplayer","reactrouter","shadcn","tailwindcss","typescript","vite"],"created_at":"2025-02-22T04:27:41.820Z","updated_at":"2025-12-30T21:33:56.437Z","avatar_url":"https://github.com/mizanmahi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReelShare Client\n\n## Overview\n\nReelShare is a modern web application built with **React** and **Vite**. It utilizes various libraries for styling, state management, and data fetching to create an efficient and seamless user experience.\n\n### **Tech Stack**\n\n-  **Framework:** React + Vite\n-  **Styling:** Tailwind CSS and shadcn/ui\n-  **State Management:** React Context API\n-  **Form Handling:** React Hook Form\n-  **Data Fetching:** TanStack React Query\n-  **Routing:** React Router\n-  **Animations:** Framer Motion\n\n## **Running the Application**\n\n### **1. Access the Deployed Application**\n\nThe ReelShare Client is deployed and accessible online. You can check it out at:\n\n🔗 [ReelShare Deployed Application](https://reelshareclient.netlify.app/)\n\n---\n\n### **2. Running in Docker**\n\n#### **Prerequisites**\n\n-  Install [Docker](https://docs.docker.com/get-docker/)\n\n#### **Steps to Run in Docker**\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/mizanmahi/reelclient.git\n   cd reelclient\n   ```\n2. Build and run the Docker container:\n   ```sh\n   docker build -t reelclient .\n   docker run --name reelclient-container -p 3000:3000 reelclient yarn dev --host\n   ```\n3. Access the application at:\n   ```\n   http://localhost:3000\n   ```\n\n---\n\n### **3. Running Locally**\n\n#### **Prerequisites**\n\n-  Install [Node.js](https://nodejs.org/en/download/) (version 20 or later)\n-  Install [Yarn](https://yarnpkg.com/getting-started/install)\n\n#### **Steps to Run Locally**\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/mizanmahi/reelclient.git\n   cd reelclient\n   ```\n2. Install dependencies:\n   ```sh\n   yarn install\n   ```\n3. Start the development server:\n   ```sh\n   yarn dev\n   ```\n4. Access the application at:\n   ```\n   http://localhost:3000\n   ```\n\n---\n\n## **Backend Repository**\n\nThe backend for this application is hosted separately. You can find it here:\n\n🔗 [Backend Repository Link](https://github.com/mizanmahi/reelserver.git)\n\n⚠ **Warning:** Make sure to spin up the backend server before checking the frontend to ensure full functionality!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizanmahi%2Freelclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizanmahi%2Freelclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizanmahi%2Freelclient/lists"}