Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 619 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 619 Bytes

🐝 Bee Life

A desktop tool used to monitor beekeeping scale in the apiary.

💡 Key Features

  • Track scale value
  • Data visualisation as a 2D Chart
  • The ability to add more info about bee farm, such as the number of beehives, honey type, bee farm's place, etc.
  • The ability to export data:
    1. Scale values as an Excel/CSV file
    2. Scale values chart in the .png format

🎨 GUI

Main UI

🔨 Running the Application

  • download the source code git clone https://github.com/soundwalk/bee-life.git
  • go to the main folder cd ./bee-life/
  • run the App via ./gradlew run