Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.29 KB

File metadata and controls

64 lines (42 loc) · 1.29 KB

Fishency App Template

A React Native mobile application template for fish farming monitoring and reporting.

⚠️ Note: This is a template project and is not intended for production use.

Description

This application template provides a dashboard interface for monitoring sea lice in fish farms, with features including:

Screenshots

Reports Screen

Features

  • User authentication (login, signup, password reset)
  • Interactive charts
  • Data visualization
  • Dashboard navigation

Project Structure

├── assets/           # Static assets and JSON data
├── src/
│   ├── components/  # Reusable UI components
│   ├── screens/     # Application screens
│   └── themes/      # Styling and theming
└── web/            # Web-specific configurations

Getting Started

Prerequisites

  • Node.js
  • npm or yarn
  • Expo CLI

Installation

  1. Clone the repository
  2. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
expo start

Contributing

This is a template project and is not actively maintained for production use.

License

This project is licensed under the MIT License.