KembaliArsip / superapp-lifestyle / ternak
superapp-lifestyle
ternak
25 file ยท 142.9 KB
README
Ternak - Livestock Farming Management Platform
A comprehensive Next.js platform for managing livestock farming operations including cattle, chickens, and other farm animals with integrated tracking and analytics.
Features
- ๐ Livestock inventory management
- ๐ Health & vaccination tracking
- ๐ Production analytics
- ๐ฐ Financial management
- ๐ Breeding records
- ๐ฅ Health alerts and notifications
- ๐ฑ Responsive mobile interface
Tech Stack
- Framework: Next.js 16
- Language: TypeScript
- Styling: Tailwind CSS + Shadcn UI
- State Management: React Hooks
- Charts: Recharts
- Image Optimization: Next.js Image Optimization
Getting Started
Prerequisites
- Node.js 18+
- npm or yarn
Installation
# Clone repository
git clone https://github.com/subkhanibnuaji/ternak.git
cd ternak
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
npm start
Open http://localhost:3000 to view the application.
Project Structure
ternak/
โโโ app/ # Next.js App Router
โโโ components/ # Reusable React components
โโโ lib/ # Utility functions
โโโ public/ # Static assets
โโโ package.json
Scripts
npm run dev- Start development servernpm run build- Build for productionnpm start- Start production server
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is open source and available under the MIT License.
Author
File Utama
- .gitignore
- README.md
- next-env.d.ts
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- tailwind.config.ts