In Veterinary App, you can enter your pet's information, as well as a description of their symptoms. This information will help track the health of your beloved companion, facilitating better veterinary care and more effective monitoring of their well-being.
You can check out the live version of the Veterinary App deployed on Vercel by clicking the link below:
- Enter your pet's information and symptoms in a form.
- Display a list of pet patients with their information and symptoms.
The project was developed using:
- React: A JavaScript library for building user interfaces.
- Vite: A fast build tool for modern web applications.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
- Zustand: A lightweight state management library for React that simplifies global state management using hooks.
- Tailwind CSS: A utility-first CSS framework for styling.
- React Toastify: A library for displaying customizable toast notifications in React applications.
-
Clone the repository:
git clone https://github.com/habidbesp/veterinary-app.git
-
Navigate to the project directory:
cd veterinary-app
-
Install dependencies:
npm install
-
Run the project in development mode:
npm run dev
-
Open in your browser: http://localhost:5173
This application was developed as part of the Udemy course:
"React: Hooks y State hasta TypeScript, Zod, Zustand, React Query, Next.js, React Router, MERN y PERN"
Taught by: Juan Pablo De la Torre Valdez
More about the course
Contributions are welcome! If you have suggestions, ideas, or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.