Skip to content

lurelureg/foodfinder

 
 

Repository files navigation

_______________

Summary

FoodFinder is designed to help you find products at your neighborhood stores. The app helps you to avoid traveling far to find what you need and support local businesses in your community. Benefits:

  • Find nearby stores: The app uses maps to show you all the stores near you that carry the products you need.
  • Keep track of your favorites: Create a list of your favorites to easily check their availability when you need to buy them.
  • Help fellow shoppers: Search for a product and share if it’s available or not to help other users know before they go.

We believe that building a strong sense of community starts with making everyday tasks like grocery shopping easier and more convenient. Share in the joy of a more connected neighborhood!

Setup

npm install

Run it in the root folder. The 'npm install' installs all modules that are listed on package.json file and their dependencies.

API key:

Create an .env file in the root directory.
Define the following variable:
REACT_APP_GOOGLE_MAPS_API_KEY=""
or use your Google Maps API key.

Running

ionic serve

Runs the app in the development mode.
Open http://localhost:8100 to view it in your browser.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes. You may also see any lint errors in the console.

Authors

Data Science: Max Bujanov, Ekaterina Kozelkova
User Experience: Rozana Rajkumari
Web Development: Lucrecia Garino, Marta Jasińska

Mentors: Matheus Albuquerque, Basan Kurbelinov

About

This fork is for further development of the FoodFinderApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.3%
  • TypeScript 32.6%
  • CSS 18.0%
  • HTML 2.1%