Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 465 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 465 Bytes

Drink Choices

React Native Application that customizes drink choices for you. The bars section allows users to choose area codes within the Seattle area and bookmark bars.

You can view the website here: https://group09skodawgs.web.app/#/

To run this on your local, clone the repository and within the project on your terminal you will need to run:

# to install dependencies
npm install

and,

# to run on your local server
npm start