Skip to content

cortl/grocery-list

Repository files navigation

Project logo

Grocery List


Smart grocery list that autocategorizes your items based on your preferences

CircleCI Dependencies Dev Dependencies License

🚀 Usage

Running over at https://groceries.cortlan.dev

🔧 Getting Started

Configuring Firebase

  • Create a new project
  • Go to "Project Settings" and make sure you're on the "General" tab and get ApiKey, SenderId, etc. and copy them into a .env file in the cloned project directory
# Running Prod
REACT_APP_API_KEY="<your-api-key-here>"
REACT_APP_AUTH_DOMAIN="<your-app-domain>"
REACT_APP_DATABASE_URL="<your-data-base-url>"
REACT_APP_PROJECT_ID="<your-project-id>"
REACT_APP_STORAGE_BUCKET="<your-storage-bucket-url>"
REACT_APP_MESSAGING_SENDER_ID="<your-sender-id>"
REACT_APP_APP_ID="<your-app-id>"
  • On the Firebase console authentication page, turn on Google Sign on method
  • On the Firebase console Database page, turn on Firestore

💻 Setting up your local environment

  • npm install
  • npm start

About

Grocery list application built in React using Firebase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published