Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 801 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 801 Bytes

Brewtools

Tools for home brewing 🍺

Last commit Issues

Features

  • ABV calculator
  • Bottle calculator
  • Hydrometer temperature correction
  • Unit converter

Setting up environment

npm install

How to run

Run on iOS simulator

npm run ios

Run on Android simulator/device

npm run android

Run on web

npm run web

About

This project uses:

  • React - a JavaScript library for building user interfaces
  • React Native - a framework for building native apps using React
  • Expo - a framework and a platform for universal React applications