{"id":22427197,"url":"https://github.com/lunanezha/imedica-login","last_synced_at":"2026-02-10T06:33:09.771Z","repository":{"id":266435106,"uuid":"898320026","full_name":"LunaNezha/imedica-login","owner":"LunaNezha","description":"Leverages AI to provide medication management services for patients and doctors. This project focuses solely on the login functionality, delivering a responsive, and mobile-first interface to authenticate user.","archived":false,"fork":false,"pushed_at":"2024-12-05T14:23:43.000Z","size":3307,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T06:56:37.218Z","etag":null,"topics":["ai","doctor","ionic","login","medication","mobile-app","patient","postcss","prescription","react","responsive","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"","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/LunaNezha.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-12-04T07:25:35.000Z","updated_at":"2024-12-23T11:45:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"25c9d507-2cf8-41e2-a866-909f6e5698cb","html_url":"https://github.com/LunaNezha/imedica-login","commit_stats":null,"previous_names":["lunanezha/imedica-login"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LunaNezha/imedica-login","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunaNezha%2Fimedica-login","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunaNezha%2Fimedica-login/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunaNezha%2Fimedica-login/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunaNezha%2Fimedica-login/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LunaNezha","download_url":"https://codeload.github.com/LunaNezha/imedica-login/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunaNezha%2Fimedica-login/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271588743,"owners_count":24785751,"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-08-22T02:00:08.480Z","response_time":65,"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":["ai","doctor","ionic","login","medication","mobile-app","patient","postcss","prescription","react","responsive","tailwindcss","typescript","vite"],"created_at":"2024-12-05T20:10:23.397Z","updated_at":"2026-02-10T06:33:09.744Z","avatar_url":"https://github.com/LunaNezha.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge\u0026logo=ko-fi\u0026logoColor=white)](https://lunanezha.com/)\n[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](www.linkedin.com/in/luna-nezha/)\n\n# **IMEDICA**\n\nA modern, mobile-first login interface built with cutting-edge web technologies. Designed for flexibility and responsiveness, this application supports multiple themes, multi-language functionality, and a user-friendly drawer menu.\nThe **iMedica Login** leverages AI to provide medication management services for patients and doctors. This project focuses solely on the login functionality, delivering a responsive, and mobile-first interface to authenticate users.\n\n![App Screenshot](src/assets/images/screenshot.png)\n\n## 🛠 **Features**\n\n- **Theme Support**: Easily switch between light and dark themes.\n- **Multi-Language Support**: Built-in internationalization with `i18next` for seamless multi-language functionality.\n- **Drawer Menu**: A user-friendly navigation drawer for intuitive app interaction.\n- **Mobile-First Design**: Optimized for mobile devices to ensure smooth usability.\n- **Responsive**: Fully responsive design that adapts to various screen sizes and devices.\n\n## **💻 Tech Stack**\n\n- **[Ionic](https://ionicframework.com/)**: For building cross-platform, high-quality mobile applications.\n- **[Tailwind CSS](https://tailwindcss.com/)**: For utility-first, responsive styling.\n- **[Vite](https://vitejs.dev/)**: A fast build tool and development server.\n- **[PostCSS](https://postcss.org/)**: For modern CSS transformations.\n- **[i18next](https://www.i18next.com/)**: For robust internationalization.\n- **[TypeScript](https://www.typescriptlang.org/)**: For type-safe and scalable development.\n\n## 🚀 **Run Locally**\n\nClone the project\n\n```bash\n  git clone https://github.com/LunaNezha/imedica-login\n```\n\nGo to the project directory\n\n```bash\n  cd imedica-login\n```\n\nInstall dependencies\n\n```bash\n  npm install\n```\n\nStart the server\n\n```bash\n  ionic serve\n```\n\n## ✅ **Running Tests**\n\nTo run tests, run the following command\n\n```bash\n  npm run test\n```\n\n## 🤝 **Contributing**\n\nContributions are always welcome!\n\nIf you’d like to improve this project:\n\n- Fork the repository.\n- Create your branch: git checkout -b feature/your-feature.\n- Commit your changes: git commit -m \"Add your message\".\n- Push to the branch: git push origin feature/your-feature.\n- Open a Pull Request.\n\n## 💡 **Support**\n\nFor support, email mahdie.nezhadhosseini@gmail.com.\n\n## 📝 **License**\n\nThis project is licensed under the\n[MIT](https://choosealicense.com/licenses/mit/) License. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunanezha%2Fimedica-login","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunanezha%2Fimedica-login","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunanezha%2Fimedica-login/lists"}