LizPet is a pet shop management platform that integrates vet services, inventory management, and data analysis tools.
The project combines a modern React frontend with Python data analysis scripts for exploring business insights such as sales trends and pet statistics.
- 🐶 View pet products
- 🐱 Browse product details
- 🛒 Add items to a shopping cart
- 🎨 Responsive design
React Frontend (Vite + Tailwind)
│
│ User Interface
▼
Petshop Platform
│
├── Vet appointment management
├── Inventory tracking
└── Pet records
│
▼
Python Data Analysis Scripts
│
├── Sales trend analysis
├── Pet statistics
└── Chart generation
- ⚛️ React
- ⚡ Vite
- 🎨 Tailwind CSS
- 🐍 Python
- 🐼 pandas
- 📊 matplotlib
LizPet
│
├── react # React frontend application
├── python # Data analysis scripts
└── README.md
git clone https://github.com/YOUR-USERNAME/lizpet.git
cd lizpetcd react
npm install
npm run devRuns locally at:
http://localhost:5173
Install dependencies:
pip install pandas matplotlibRun a script:
python sales_analysis.pyThe scripts will generate charts and visualizations from the pet shop data.
The Python scripts can generate:
- 📈 Sales trend charts
- 🐶 Pet registration statistics
- 📊 Inventory analysis
- 📉 Business performance reports
(Add screenshots here once the UI is ready)
Example:
docs/screenshots/dashboard.png
docs/screenshots/inventory.png
docs/screenshots/data-analysis.png
- 🧾 Customer management system
- 🐾 Pet profile history tracking
- 🩺 Schedule veterinary appointments
- 🖥️ Interactive dashboards for staff and customers
- 📱 Mobile responsive dashboards
- 📊 Advanced analytics and reporting
- ☁️ Cloud database integration