A lightweight web app for counting milkfish fry.
Built with React, Vite, and TailwindCSS.
⚠️ Note: Optimized for mobile viewing. Desktop support is limited.
- Create and manage multiple counters for fry counting
- Auto-calculate total fry count
- Track counts across different deliveries
- Works offline (PWA-ready)
# Clone the repo
git clone https://github.com/redplant0/fry-counter.git
cd fry-counter
# Install dependencies
pnpm install# Start dev server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm previewContributions, issues, and feature requests are welcome!
- Fork the repo
- Create a new branch (git checkout -b feature-xyz)
- Commit your changes (git commit -m "Add feature xyz")
- Push to your branch (git push origin feature-xyz)
- Open a Pull Request
This project is licensed under the MIT License.