{"id":31681358,"url":"https://github.com/romanslack/tinder_clone_dev","last_synced_at":"2025-10-08T07:48:26.873Z","repository":{"id":285835518,"uuid":"959507378","full_name":"RomanSlack/Tinder_Clone_Dev","owner":"RomanSlack","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-02T23:01:40.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T23:29:13.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/RomanSlack.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-04-02T22:37:43.000Z","updated_at":"2025-04-02T23:01:43.000Z","dependencies_parsed_at":"2025-04-02T23:29:14.996Z","dependency_job_id":"493de690-d5c7-408e-92b7-cf93983fc07c","html_url":"https://github.com/RomanSlack/Tinder_Clone_Dev","commit_stats":null,"previous_names":["romanslack/tinder_clone_dev"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RomanSlack/Tinder_Clone_Dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSlack%2FTinder_Clone_Dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSlack%2FTinder_Clone_Dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSlack%2FTinder_Clone_Dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSlack%2FTinder_Clone_Dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RomanSlack","download_url":"https://codeload.github.com/RomanSlack/Tinder_Clone_Dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSlack%2FTinder_Clone_Dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278909712,"owners_count":26066887,"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-10-08T02:00:06.501Z","response_time":56,"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":[],"created_at":"2025-10-08T07:48:09.837Z","updated_at":"2025-10-08T07:48:26.867Z","avatar_url":"https://github.com/RomanSlack.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tinder Clone App\n\nA simple Tinder-like application built with Next.js, React, and Tailwind CSS.\n\n## Features\n\n- Swipe through profiles (like or pass)\n- View detailed profile information\n- Chat with matched profiles\n- Persistent conversations using localStorage\n- Responsive design for mobile and desktop\n\n## Tech Stack\n\n- **Next.js**: React framework for server-side rendering and static site generation\n- **React**: Frontend library for building user interfaces\n- **Tailwind CSS**: Utility-first CSS framework for styling\n- **TypeScript**: Strongly typed programming language that builds on JavaScript\n- **localStorage**: For persisting user data between sessions\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18.0.0 or later\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/tinder-clone.git\ncd tinder-clone\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Run the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\n4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.\n\n## How It Works\n\n### Home Page (Swipe Page)\n- Displays one profile at a time\n- Users can like or pass on profiles\n- View detailed profile information by clicking \"View Full Profile\"\n\n### Chat Page\n- Shows a list of matches (profiles that were liked)\n- Select a match to start or continue a conversation\n- Messages are saved to localStorage for persistence\n\n### Data Management\n- Profile data is stored in `data/profiles.json`\n- Matches and conversations are saved to localStorage\n- The app includes simulated replies from matched profiles\n\n## Project Structure\n\n- `app/`: Main Next.js app directory\n  - `page.tsx`: Home/Swipe page\n  - `chat/page.tsx`: Chat page\n- `components/`: Reusable React components\n  - `SwipeCard.tsx`: Card component for displaying profiles\n  - `ProfileModal.tsx`: Modal for showing detailed profile information\n  - `Header.tsx`: Navigation header\n- `context/`: React context for global state management\n  - `AppContext.tsx`: Provides profile data and app functionality\n- `data/`: Static data\n  - `profiles.json`: Sample user profiles\n- `public/images/`: Profile images\n- `types/`: TypeScript type definitions\n\n## License\n\nThis project is open source and available under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanslack%2Ftinder_clone_dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromanslack%2Ftinder_clone_dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanslack%2Ftinder_clone_dev/lists"}