#PetCare-Scheduler
Petcare scheduler Application built with React to efficiently manage pet patient records. The app provides features for adding, editing, and deleting patient data, with persistent storage using localStorage and user-friendly modals via SweetAlert2.
Add/Edit Patients
Delete Patients
Persistent Storage
Responsive Design
βββ components
β βββ Formulario.jsx
β βββ Header.jsx
β βββ ListadoPacientes.jsx
β βββ Paciente.jsx
| βββ Alerta.jsx
βββ App.jsx
βββ index.css
βββ main.jsx
Clone the repository:
git clone https://github.com/anabartos/petcare-scheduler.git
cd petcare-scheduler
Install dependencies:
npm install
Run the development server:
npm start
Open the application in your browser: http://localhost:3000
Launch the app in your browser. Use the form to add new patient details. Edit patient records by clicking the Edit button. Delete patient records using the Delete button with confirmation.