-
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.
-
You can clone the repo, make a cd into the project folder and then run
pnpm install
for installing the dependencies, then you can runpnpm dev
and the project will start on development mode. -
If you want, you can access a project's deployment here.