Skip to content

luchosr/veterinary-patients

Repository files navigation

Veterinary Patients Tracker App

Description and Motivation

  • This is an app to keep track of veterinary patients, you can create a ticket with the patient's status, edit it and delete it.

  • I used React.js with React Toastify for notifications and React Hooks Form for validations, with TypeScript to avoid type-related errors at compile time and produce secure code, as well as Zustand for sharing data between all components of the app, and TailwindCSS for styling as it is a very fast way to apply styles in code.

How to Install and Run the Project

  • You can clone the repo, make a cd into the project folder and then run pnpm install for installing the dependencies, then you can run pnpm dev and the project will start on development mode.

  • If you want, you can access a project's deployment here.

Veterinary Patients main image