{"id":22214199,"url":"https://github.com/asha-saini06/threads-clone","last_synced_at":"2026-04-11T19:02:39.440Z","repository":{"id":239890396,"uuid":"801145157","full_name":"asha-saini06/threads-clone","owner":"asha-saini06","description":"Threads clone with authentication, post management, likes/comments, and real-time notifications via Socket.io. Utilizes MERN, Chakra UI, and JWT.","archived":false,"fork":false,"pushed_at":"2024-06-15T18:24:30.000Z","size":502,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T05:43:39.283Z","etag":null,"topics":["chakra-ui","cloudinary","express","jwt-authentication","mongodb","nodejs","reactjs","socket-io"],"latest_commit_sha":null,"homepage":"https://threads-clone-1od0.onrender.com","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/asha-saini06.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-05-15T17:19:48.000Z","updated_at":"2024-06-15T18:24:33.000Z","dependencies_parsed_at":"2024-06-13T10:12:03.760Z","dependency_job_id":"674494e3-da7f-440e-8a5c-05b76481afbc","html_url":"https://github.com/asha-saini06/threads-clone","commit_stats":null,"previous_names":["asha-saini06/threads-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asha-saini06%2Fthreads-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asha-saini06%2Fthreads-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asha-saini06%2Fthreads-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asha-saini06%2Fthreads-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asha-saini06","download_url":"https://codeload.github.com/asha-saini06/threads-clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245409714,"owners_count":20610591,"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":["chakra-ui","cloudinary","express","jwt-authentication","mongodb","nodejs","reactjs","socket-io"],"created_at":"2024-12-02T21:14:25.333Z","updated_at":"2025-12-30T20:12:51.830Z","avatar_url":"https://github.com/asha-saini06.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Threads Clone\n\nThreads Clone is a full-stack social networking platform that emulates the core functionalities of Threads. This project includes essential features such as user authentication, post creation, editing, deletion, liking, and commenting. Real-time notifications are implemented using Socket.io, and the interface is built with Chakra UI for a responsive design. Developed using the MERN stack and JWT for authentication, this project serves as an excellent resource for learning full-stack development and real-time communication in a social media context.\n\n## Features\n\n- User Authentication (Sign Up, Login, Logout)\n- Create, Edit, and Delete Posts\n- Like and Comment on Posts\n- Real-time Notifications using Socket.io\n- Responsive Design with Chakra UI\n\n## Tech Stack\n\n- **Frontend:** React, Chakra UI\n- **Backend:** Node.js, Express\n- **Database:** MongoDB\n- **Real-time Communication:** Socket.io\n- **Authentication:** JWT (JSON Web Tokens)\n\n\n## Installation\n\n### Prerequisites\n\n- Node.js and npm installed\n- MongoDB installed and running\n\n### Setup\n\n\n\n### Setup .env file\n\nBefore running the application, ensure you have a `.env` file in the root directory of the project with the following variables configured:\n\n```dotenv\nPORT=5000  # Replace with your preferred port number\nMONGO_URI=your_mongodb_connection_string\nJWT_SECRET=your_jwt_secret\nCLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name\nCLOUDINARY_API_KEY=your_cloudinary_api_key\nCLOUDINARY_API_SECRET=your_cloudinary_api_secret\n```\n\n### Build the app\n\nTo build the Threads Clone application:\n\n```shell\nnpm run build\n```\n\nThis command will build the frontend of the application for production use.\n\n### Start the app\n\nTo start the Threads Clone application:\n\n```shell\nnpm start\n```\n\nThis command will start the backend server and serve the built frontend. Open your browser and go to [http://localhost:5000](http://localhost:5000) to access the application.\n\n\n\nMake sure to follow the specific setup instructions for the frontend and backend as outlined in their respective README.md files. This section focuses solely on configuring environment variables, building the application, and starting the server. Adjust the port number (`PORT=5000`) and other variables according to your setup preferences and credentials.\n\n\n\n## Contributing\n\nContributions are welcome! Follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch: `git checkout -b feature-branch`.\n3. Make your changes and commit them: `git commit -m 'Add new feature'`.\n4. Push to the branch: `git push origin feature-branch`.\n5. Open a pull request.\n\n## Login Details\n\nUsername: inumaki  \nPassword: toge\n\n--\n\n**Note:** This project was developed by following along with @burakorkmez. Special thanks to the creator for providing such an informative resource.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasha-saini06%2Fthreads-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasha-saini06%2Fthreads-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasha-saini06%2Fthreads-clone/lists"}