Skip to content

Latest commit

 

History

History

client

banner

The Helix Project: client

version workflow

The Helix Project (website) is a Patient Management System (PMS) specially built for Osteopaths purposes. You can find some popular features like:

  • Patient management (medical history, appointments, billing, ...)
  • Appointment management (personal and professional calendar ...)
  • Billing management (invoices, export to Excel, ...)
  • Multi-user management (with different roles for the whole cabinet)

All that features are available in a single application, with a simple and intuitive interface, and for ever free!

Technical stack

The client is built with React and TypeScript. To build the application, we use Vite, a fast build tool for modern web apps. For UI design, we use Mantine, a React UI library with a simple API and great docs.

Development

# Clone the repository
git clone https://github.com/Xavier2p/helix.git && cd helix/client

# Install dependencies
npm install

# Run the application
npm run dev

Contributing

Feel free to open a pull request if you want to contribute to the project!

License

This project is licensed under the GPLv3 License.