diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..69a94b2 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "editor.wordWrap": "on", + "files.autoSave" : "onWindowChange", + "editor.fontSize": "15" +} \ No newline at end of file diff --git a/README.md b/README.md index 2741156..c0240f3 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,35 @@ # Bag-It-Up! +#### Stage: Development + ## Overview/ Summary -This is a web-based application. It's main functionality is to help users track their shopping needs. +This is a web-based application. It's main functionality is to help users track their shopping needs. # Features - * *Oauth*: Github, Gmail/ Google, Email, Anonymous/ Guest user login is supported by this app. - * *Create a list* to help you track your shopping needs! - * *Add items* to your list - * *Remove items* from your list - * See the *price* (USD) - * View the *grand total* of all your items combined - * *Buy your items in bulk!* (Want more than one? ⏤we got you 🍫🍪🍰🍟🍦🍕🍮🎂🍭🌮) + * __Oauth__: Github, Gmail/ Google, Anonymous/ Guest user login is supported by this app. + * __Create a list__ to help you track your shopping needs! + * __Remove a list from your account__ + * __Add items__ to your list + * __Remove items__ from your list + * See the __prices listed__ (USD) + * View the __grand total__ of all your items combined + * __Buy your items in bulk!__ (Want more than one? ⏤we got you 🍫🍪🍰🍟🍦🍕🍮🎂🍭🌮) + # Prerequisites You must have [node installed](https://nodejs.org/en/) in your machine. To begin [fork the repository](https://help.github.com/articles/fork-a-repo/#platform-linux). +Next navigate into the folder and run npm install. This will install all the dependencies that you will need for this project. +``` +cd bag-it-up +npm install +``` # Languages/ Stack - * Javascript - * React.js - * Firebase + * ☕️ Javascript ☕️ + * 💥 React.js 💥 + * 🔥 Firebase 🔥 This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). \ No newline at end of file diff --git a/package.json b/package.json index 8e2a886..6f229d6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "dependencies": { "react": "^15.6.1", "react-dom": "^15.6.1", - "react-scripts": "1.0.11" + "react-scripts": "1.0.11", + "firebase": "^3.6.10" }, "scripts": { "start": "react-scripts start", diff --git a/public/index.html b/public/index.html index 7bee027..8f64009 100644 --- a/public/index.html +++ b/public/index.html @@ -19,7 +19,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + BagItUp