BryanPan342 / br3w

BR3W is a smart coffee machine that bridges customizability and convenience.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BR3W

BR3W is a smart coffee machine that bridges customizability and convenience.

Prerequisites

Run these commands to edit and observe BR3W software

MacOS

$ brew install yarn
$ brew install node
$ brew install watchman
$ brew tap AdoptOpenJDK/openjdk
$ brew cask install adoptopenjdk8

What are we installing???

Yarn

  • Literally stands for Yet Another Resource Negotiator
  • Javascript Package Manager to automate the process of installing, updating, and configuring software

Node.js

  • JavaScript Runtime Environment
  • Basically allows you to run JavaScript with its libraries and APIs

Watchman

  • File Watching Service
  • Watches files and records changes within those files

OpenJDK

  • Java Development Kit
  • Free, open-source implementation for Java

React Native Command Line Interface

$ npm install -g react-native-cli

Getting Started

For IOS Testing:

$ react-native run-ios

For Android Testing:

Have an android emulator running
$ react-native run-android

Meet the Team

Project Leads

Bryan Pan, Software Lead

Insta: @bryanthesnob
Github: @BryanPan342

Ashvin Nagarajan, Hardware Lead

Insta: @anagarajan1
Github: @ashvinnagarajan

Software Team

Allison Chen, Software Developer

Github: @allisonchen23

Ashkan Faghihi, Software Developer

Github: @ashkan117

Connie Chen, Software Developer

Github: @conniec218

Hubert Chen, Software Developer

Github: @hubert94536

Param Shah, Software Developer

Github: @paramshah10

Hardware Team

Janice Tsai, Mechanical Engineer

Github: @janicetsai1

Meilin Cui, Mechanical Engineer

Github: @cuimeilin

Isha Gonugunta, Electrical Engineer

Github: @ishagonu

Monica Bellare, Software Engineer (Arduino Side)

Github: @monbell

About

BR3W is a smart coffee machine that bridges customizability and convenience.


Languages

Language:JavaScript 60.1%Language:C++ 20.9%Language:Objective-C 6.5%Language:Java 5.2%Language:Ruby 4.3%Language:Python 3.0%