A simple pet medical record app using JSON files as storage.
- Open and edit JSON pet medical record files
- Manage general information
- Manage vaccination history
- Track weight history
I would like to implement the following features in the future:
- Add a history for vet appointments and track costs
- Maybe add a feature to open several records at once.
The application is a frontend only tool that allows users to edit the JSON record in a convenient way.
It uses React and Radix UI because it is what I know/learn those days.
npm run dev
Contributions are welcome! Please open an issue or submit a pull request.
- The code was generated with the help of AI, and may contain errors or security vulnerabilities.