An open API service indexing awesome lists of open source software.

https://github.com/icabetong/hermes

This is a simple web application for tracking medicine inventory for a small pharmacy. The application is built using Vue 3, TypeScript, and TailwindCSS.
https://github.com/icabetong/hermes

tailwindcss vue vue3-composition-api vue3-typescript vuejs

Last synced: 24 days ago
JSON representation

This is a simple web application for tracking medicine inventory for a small pharmacy. The application is built using Vue 3, TypeScript, and TailwindCSS.

Awesome Lists containing this project

README

          

# hermes

The application allows users to add, update, and delete medicine items from their inventory. Each medicine item can have a name, description, quantity, price, and expiry date. Users can search for medicines by name, view details about individual medicines, and sort the inventory by various attributes.

The UI is designed using TailwindCSS, making it responsive and visually appealing. The application is built using TypeScript, which provides type checking and helps catch errors before runtime. Vue 3 provides reactive data bindings and efficient rendering, making the application fast and responsive.