web app that enables users to enter a list of items & view locations at which these items can be purchased
To test the application run the following commands on your terminal:
Clone repository:
git clone https://github.com/sandramsc/food-ingredients-app.git
cd food-ingredients-app
-
Install dependencies via npm or yarn: npm i OR yarn
-
Website: To start it, run npm start OR yarn start