This repository contain react application with interfaces.
You must have node and git install. After it, for doing everything properly you need to create react app. following these instructions. Also there is instructions how to install tailwind css. After it you can download or clone this my repository and copy these files into your project directory.
So, in the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
If everything working properly you will see react application for add, search and delete appointments. Also with JavaScript function you have option for sort it by owner name, pet name, date, ascending or descending order. Regarding to your search you will see all appointments with react icon of the trash on the left. If you click on it this appointment will be deleted. However, if you want to add some appointment, bellow title for your appointments you have title Add appointment. If you click on it, it will be open form for insert data for owner name, pet name, apt. date, apt. time and appointment notes. After click on the submit button, this appointment will be present in appointment list.