{"id":23811609,"url":"https://github.com/kundusubrata/quick-chat-frontend","last_synced_at":"2026-04-13T06:32:08.535Z","repository":{"id":270196311,"uuid":"909607962","full_name":"kundusubrata/quick-chat-frontend","owner":"kundusubrata","description":"A real-time chat application built with Next.js, TypeScript, and Tailwind CSS, featuring Google authentication via NextAuth.js, group management, and real-time messaging using Socket.IO.","archived":false,"fork":false,"pushed_at":"2025-01-05T03:31:54.000Z","size":401,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T07:50:55.070Z","etag":null,"topics":["nextauth-google","nextjs","socket-io","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://quick-chat-frontend-lilac.vercel.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/kundusubrata.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-29T08:29:22.000Z","updated_at":"2025-01-05T03:31:57.000Z","dependencies_parsed_at":"2025-09-09T16:48:48.939Z","dependency_job_id":"7d46974c-f673-4750-a0a5-b1f8053ef70c","html_url":"https://github.com/kundusubrata/quick-chat-frontend","commit_stats":null,"previous_names":["kundusubrata/quick-chat-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kundusubrata/quick-chat-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kundusubrata%2Fquick-chat-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kundusubrata%2Fquick-chat-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kundusubrata%2Fquick-chat-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kundusubrata%2Fquick-chat-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kundusubrata","download_url":"https://codeload.github.com/kundusubrata/quick-chat-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kundusubrata%2Fquick-chat-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31742931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["nextauth-google","nextjs","socket-io","tailwindcss","typescript"],"created_at":"2025-01-02T01:28:42.462Z","updated_at":"2026-04-13T06:32:08.492Z","avatar_url":"https://github.com/kundusubrata.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Real-Time Chat Application - Frontend\n\nThis repository contains the frontend for a real-time chat application. The application provides an intuitive user interface for authentication, chat group management, and real-time messaging. Built using Next.js and TypeScript, it integrates seamlessly with the backend API.\n\n---\n\n## Features\n\n- Responsive and user-friendly design.\n- User authentication via Google using NextAuth.js.\n- Real-time chat functionality.\n- Integration with the backend API for group and message management.\n\n---\n\n## Screenshots\n\n![quick-chat homepage](/public/images/quick-chat-homepage.png)\n![quick-chat dashboard](/public/images/quick-chat-dashboard.png)\n![quick-chat chatpage](/public/images/quick-chat-chatpage.png)\n\n## Tech Stack\n\n- **Framework**: Next.js\n- **Language**: TypeScript\n- **UI**: Tailwind CSS\n- **Authentication**: NextAuth.js\n- **Real-time Communication**: Socket.IO\n\n---\n\n## Prerequisites\n\nEnsure you have the following installed on your system:\n\n- [Node.js](https://nodejs.org/) (v16 or higher)\n\n---\n\n## Local Setup\n\nFollow these steps to set up the frontend application locally:\n\n1. Clone the Repository\n\t```\n\tgit clone \u003crepository-url\u003e\n\tcd client\n\t```\n2. Install Dependencies\n\t```\n\tnpm install\n\t```\n3. Configure Environment Variables\n\tCreate a `.env` file in the root directory and set the following:\n\t```\n\tNEXTAUTH_URL=http://localhost:3000\n\tNEXTAUTH_SECRET=\n\tNEXT_PUBLIC_APP_URL=http://localhost:3000\n\tNEXT_PUBLIC_BACKEND_URL=http://localhost:8000\n\tGOOGLE_CLIENT_ID=\n\tGOOGLE_CLIENT_SECRET=\n\t```\n4. Run the Development Server\n\t```\n\tnpm run dev\n\t```\n\tThe application will be available at http://localhost:3000.\n\n## Production URL\n\nThe application is deployed at:  \n[https://quick-chat-frontend-lilac.vercel.app/](https://quick-chat-frontend-lilac.vercel.app/)\n\n----------\n\n## Development Notes\n\n-   **Port**: The frontend runs on port `3000` by default.\n-   Ensure the backend server is running at http://localhost:8000 to test API integrations.\n\n----------\n\n## Contributions\n\nFeel free to contribute by submitting issues or pull requests. Follow best practices for code quality and documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkundusubrata%2Fquick-chat-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkundusubrata%2Fquick-chat-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkundusubrata%2Fquick-chat-frontend/lists"}