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 server
  • npm run build - Build for production
  • npm 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

Subkhan Ibnu Aji

File Utama

  • .gitignore
  • README.md
  • next-env.d.ts
  • next.config.js
  • package-lock.json
  • package.json
  • postcss.config.js
  • tailwind.config.ts