/react-lcbo

Simply choose the mood and your budget and the app will provide you with a selection of alcoholic beverages for a variety of occassions. | React, Redux, Semantic UI , Instagram API, Google Maps API

Primary LanguageJavaScript

React LCBO

This project takes the popular concept of Songza, and brings it to your local LCBO store. Simply choose the mood and your budget and the app will provides you with a selection of alcoholic beverages for a variety of occassions.

This app is currently in development and some features may not work as expected.

Built using:

Installation Instructions

  • Install Node
brew install node
  • Clone Repository
git clone git@github.com:basilkhan05/react-lcbo.git
  • Install Node Modules
cd react-lcbo
npm install
  • Rename config file in app_confic/sample-config.js to config.js with API keys from LCBOapi.com

  • Run Development Sever

npm start

Running Tests

npm test

Build Project

npm run build