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.
- Host: GitHub
- URL: https://github.com/icabetong/hermes
- Owner: icabetong
- License: mit-0
- Created: 2023-03-19T09:14:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T01:27:06.000Z (about 3 years ago)
- Last Synced: 2025-10-15T06:07:51.525Z (8 months ago)
- Topics: tailwindcss, vue, vue3-composition-api, vue3-typescript, vuejs
- Language: Vue
- Homepage:
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.