Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 2.13 KB

README.md

File metadata and controls

76 lines (49 loc) · 2.13 KB

Smart Shopper

The app that learns how you shop!


Table of Contents

Summary

A “smart” shopping list app that learns your buying habits and helps you remember what you’re likely to need to buy on your next trip to the store.


This application was built with React, Firebase, and Tailwind CSS. Development of this application involved turning user stories into features, weekly pair programming sessions, QA testing, and code reviews.


| GitHub | Deployed |


User Guide



Landing Page

Learn More



As a user, you will enter items (e.g., “Greek yogurt” or “Paper towels”) into your list. Each time you buy the item, you mark it as purchased in the list. Over time, the app comes to understand the intervals at which you buy different items. If an item is likely to be due to be bought soon, it rises to the top of the shopping list.

List View

Add Item



Technologies

  • React
  • Tailwind CSS
  • Firebase
  • JavaScript
  • HTML
  • CSS

Installation

  1. Navigate to the tcl-36-smart-shopping-list folder and install dependencies using npm install
  2. Add your firebase configurations to ./src/lib/firebase.js
  3. Start locally using npm run start

Development Team

Developers

Mentors