{"id":18800048,"url":"https://github.com/davesimoes/chatgpt-react-node-clone","last_synced_at":"2026-04-14T15:32:21.517Z","repository":{"id":211639682,"uuid":"729635712","full_name":"DaveSimoes/chatgpt-react-node-clone","owner":"DaveSimoes","description":"A simple ChatGPT clone using React Node and OpenAI API","archived":false,"fork":false,"pushed_at":"2023-12-11T15:56:55.000Z","size":383,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T20:45:21.139Z","etag":null,"topics":["api","chatgpt","clone-app","clone-website","developer-tools","gptchat","gptchat-openai","node","openai","openai-api","openaiapi","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DaveSimoes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-12-09T21:15:50.000Z","updated_at":"2025-02-04T01:12:20.000Z","dependencies_parsed_at":"2025-02-19T20:40:06.413Z","dependency_job_id":null,"html_url":"https://github.com/DaveSimoes/chatgpt-react-node-clone","commit_stats":null,"previous_names":["davesimoes/chatgpt-react-node-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DaveSimoes/chatgpt-react-node-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveSimoes%2Fchatgpt-react-node-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveSimoes%2Fchatgpt-react-node-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveSimoes%2Fchatgpt-react-node-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveSimoes%2Fchatgpt-react-node-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaveSimoes","download_url":"https://codeload.github.com/DaveSimoes/chatgpt-react-node-clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveSimoes%2Fchatgpt-react-node-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31803265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["api","chatgpt","clone-app","clone-website","developer-tools","gptchat","gptchat-openai","node","openai","openai-api","openaiapi","react"],"created_at":"2024-11-07T22:17:31.501Z","updated_at":"2026-04-14T15:32:21.497Z","avatar_url":"https://github.com/DaveSimoes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n \n![image](https://github.com/DaveSimoes/chatgpt-react-node-clone/assets/109705197/655133f3-abf4-4833-b8c3-b5fb90b2e9ba)\n\n\u003c/div\u003e \n\n\n\n\n\u003ch2 align=\"center\"\u003e\n ChatGPT-React-Node-clone\n\u003c/h2\u003e\n\n\nThis full stack ChatGPT clone is a simple educational web application developed with the OpenAI library and built with React and Node.js.\nIt allows users to chat with an AI language model that responds in real time.\n\n\n```\n🚀 Give a Star ⭐️ \u0026 Fork to this project ... Happy coding! 🤩`\n```\n   \n# Requirement:\n- Install Node: https://nodejs.org/en\n  \n   \n![image](https://github.com/DaveSimoes/chatgpt-react-node-clone/assets/109705197/d2861369-d049-42be-b741-b0641fd1c9ac)\n\n```sh\n     npm install -g node\n  ```\n\n## Getting Started 🚀\nClone down this repository. \n```sh\nCli: gh repo clone DaveSimoes/chatgpt-react-node-clone\n```\n\nIn your terminal install the React library in the Web folder according to the line below: \n\n![image](https://github.com/DaveSimoes/chatgpt-react-node-clone/assets/109705197/47c93c6a-c246-44fd-9a7e-bb2e824ec686)\n\n\n\n# Stacks for this project :\n\n### Backend\n   - OpenAI API\n   - Node \n   - Express\n   - Javascript\n   - Cors\n  \n### Frontend\n   - React \n   - Javascript\n\n## It´s necessary install the dependencies by npm package:\n\n```sh\n npm i cors dotenv express openai\n```\n\n## To run the Backend service, you need to type into your terminal according to the instructions below.\n```sh\n$ cd server\n$ npm install\n$ npm start\n```\n## Once this is done, the backend service will be running on port :3000. \n```sh\n  http://localhost:3000/\n```\n## To run the Frontend service, please type in your terminal according to the instructions below.\n\n```sh\n$ cd web\n$ npm install\n$ npm start\n```\n\n### Reference:\n- React - https://react.dev/\n- Javascript : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide\n- Openai Library : https://platform.openai.com/docs/api-reference\n- NPM : https://docs.npmjs.com/\n- Node: https://nodejs.org/en\n   \n\u003cdiv align=\"center\"\u003e\n\u003ch2 align= \"center\"\u003eShow your support! \u003c/br\u003e\nGive a ⭐ !\u003c/h2\u003e\nThank You ! ☺️\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavesimoes%2Fchatgpt-react-node-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavesimoes%2Fchatgpt-react-node-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavesimoes%2Fchatgpt-react-node-clone/lists"}