Skip to content

NikhileshJr08/Maxillo

 
 

Repository files navigation

Maxillo

Code-Named Emedico
v1.0.0 development completed.

Maxillo is a medical dashboard application specially crafted for oral surgeons. All the aspect of this project (mobile app, website/web app, server, desktop app) is built using JavaScript/TypeScript. This project is a sole example of how powerful and useful javascript is.

Dashboard Deploy Status

Netlify Status

Product Page Deploy Status

Netlify Status


URL

Dashboard

URL - https://www.maxillo.in

Product Page

URL - https://product.maxillo.in

Mobile App

Android support is only present right now. IOS will be supported in the future.

Download - https://github.com/Chennai-Sharks/EMedico/releases/download/v1.0.0/maxillo.apk

Desktop App

Windows support is only present right now. More platforms will be supported later.

Download - https://github.com/Chennai-Sharks/EMedico/releases/download/v1.0.0/Maxillo-Setup-1.0.0.exe


Pipelines

IOS/Android App - React Native (TypeScript)

 "react": "17.0.1",
 "react-native": "0.64.1",

State management - Zustand (stores are shared between all the frontend pipelines)

DashBoard - React (TypeScript)

"react": "^17.0.2",
"react-dom": "^17.0.2",

State management - Zustand (stores are shared between all the frontend pipelines)

Desktop App - Electron Wrapper for dashboard (TypeScript)

"electron": "^13.1.9",
"electron-builder": "^22.11.7",

Product Page - Next.js/React (TypeScript)

"next": "11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2"

Server - Node.js (JavaScript)

"node": "^15.14.0",
"express": "^4.17.1",

Testing

  • Frontend - Cypress
  • Server - Jest with supertest

Contributors

Poujhit MU (https://github.com/Poujhit)

Nikhilesh S (https://github.com/NikhileshJr08)

R Naveen Sriram (https://github.com/NaveenSriramR)


All rights reserved


Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.0%
  • JavaScript 14.0%
  • Java 2.4%
  • Objective-C 1.4%
  • Ruby 0.3%
  • CSS 0.3%
  • Other 0.6%