brewgood.coffee is an app to help you make the perfect cup of coffee. It features coffee recipes that I use regularly, and a calculator to make sure you keep the best coffee-to-water ratio no matter how many cups of coffee you want to make.
brewgood.coffee is built using next.js and scss
Clone the project
git clone https://github.com/noelsner/brewgood.coffee.git
Go to the project directory
cd brewgood.coffee
Install dependencies
npm install
Start the server
npm run dev