{"id":24576166,"url":"https://github.com/tbs96/neuroai-client","last_synced_at":"2025-06-22T00:04:38.690Z","repository":{"id":272982139,"uuid":"915536994","full_name":"TBS96/neuroAI-client","owner":"TBS96","description":"Client for AI based Chatbot - Personal Mental Health Assistant","archived":false,"fork":false,"pushed_at":"2025-06-17T18:38:11.000Z","size":6088,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T00:04:25.892Z","etag":null,"topics":["axios","axios-react","mental-health","mental-health-assistant","pwa-app","react","reactjs","redux","redux-toolkit","webapp","websocket"],"latest_commit_sha":null,"homepage":"https://neuroaics.vercel.app","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/TBS96.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-01-12T05:26:31.000Z","updated_at":"2025-06-17T18:38:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f58427a-b7c0-43c7-9677-8d518157254f","html_url":"https://github.com/TBS96/neuroAI-client","commit_stats":null,"previous_names":["tbs96/neuroai-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TBS96/neuroAI-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBS96%2FneuroAI-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBS96%2FneuroAI-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBS96%2FneuroAI-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBS96%2FneuroAI-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TBS96","download_url":"https://codeload.github.com/TBS96/neuroAI-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBS96%2FneuroAI-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261212459,"owners_count":23125581,"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":["axios","axios-react","mental-health","mental-health-assistant","pwa-app","react","reactjs","redux","redux-toolkit","webapp","websocket"],"created_at":"2025-01-23T22:21:54.935Z","updated_at":"2025-06-22T00:04:33.668Z","avatar_url":"https://github.com/TBS96.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neuroAI(client) - Personal Mental Health Assistant - (src wip)\n\n## Prerequisites to be installed on your machine:\n- Git\n- NodeJS\n\n## Getting started:\n\nTo run the project in your local machine:\n- Clone/download this repo.\n- Make sure you have NodeJS v18.x or above.\n- Run in terminal:\n```bash\ncd neuroAI-client \u0026\u0026 npm i\n```\n- This will install all the required pkgs as per `package.json` file.\n- Now run:\n```bash\nnpm run dev\n```\n- This will generate a url like this:\n```bash\nhttp://localhost:5173/\n```\n\n\n## Packages to be installed:\n\n### Client side:\n\n\u003c!-- ```bash\nnpm i @reduxjs/toolkit\n``` --\u003e\n\u003c!-- ```bash\nnpm i react-redux\n``` --\u003e\n```bash\nnpm i react-router-dom\n```\n```bash\nnpm i react-hook-form\n```\n```bash\nnpm install -D tailwindcss postcss autoprefixer\nnpx tailwindcss init -p\n```\n```bash\nnpm i react-loading-indicators\n```\n```bash\nnpm i -D daisyui@latest\n```\n```bash\nnpm i socket.io-client\n```\n\n\n\u003cdetails\u003e\n\u003csummary\u003eInline\u003c/summary\u003e\n\n```bash\nnpm i -D tailwindcss postcss autoprefixer react-router-dom react-hook-form react-loading-indicators -D daisyui@latest socket.io-client\n```\n\n\u003c/details\u003e\n\n\n### Server side:\n\n```bash\nnpm i express\n```\n```bash\nnpm i cors\n```\n```bash\nnpm i socket.io\n```\n\n\n\u003cdetails\u003e\n\u003csummary\u003eInline\u003c/summary\u003e\n\n```bash\nnpm i express cors socket.io\n```\n\n\u003c/details\u003e\n\n\n### Folder structure\n```bash\n.\n├── eslint.config.js\n├── .gitignore\n├── index.html\n├── package.json\n├── package-lock.json\n├── postcss.config.js\n├── public\n│   ├── contact.svg\n│   ├── favicon\n│   │   ├── android-chrome-192x192.png\n│   │   ├── android-chrome-512x512.png\n│   │   ├── apple-touch-icon.png\n│   │   ├── favicon-16x16.png\n│   │   ├── favicon-32x32.png\n│   │   ├── favicon.ico\n│   │   └── site.webmanifest\n│   └── neuroAI-icon.svg\n├── README.md\n├── src\n│   ├── App.css\n│   ├── App.jsx\n│   ├── assets\n│   │   └── react.svg\n│   ├── components\n│   │   ├── Button.jsx\n│   │   ├── ChatBot.jsx\n│   │   ├── container\n│   │   │   └── Container.jsx\n│   │   ├── Footer\n│   │   │   └── Footer.jsx\n│   │   ├── Header\n│   │   │   └── Header.jsx\n│   │   ├── index.js\n│   │   ├── Input.jsx\n│   │   ├── Login.jsx\n│   │   ├── Logo.jsx\n│   │   └── Signup.jsx\n│   ├── index.css\n│   ├── main.jsx\n│   └── pages\n│       ├── About.jsx\n│       ├── ChatBot.jsx\n│       ├── Contact.jsx\n│       ├── Home.jsx\n│       ├── index.js\n│       ├── Login.jsx\n│       └── Signup.jsx\n├── tailwind.config.js\n├── tree.txt\n├── vercel.json\n└── vite.config.js\n\n11 directories, 45 files\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbs96%2Fneuroai-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbs96%2Fneuroai-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbs96%2Fneuroai-client/lists"}