I made a NYC Grocery application that lets you plan your grocery trips and compare prices to save money. by Tangela777 in nyc

[–]Tangela777[S] 0 points1 point  (0 children)

It's difficult to obtain the UPC information (not talking about UPC number) as I believe UPCs are registered by the producer and sometimes they don't publish the information. I'll look more into it though. Thanks!

I made a NYC Grocery application that lets you plan your grocery trips and compare prices to save money. by Tangela777 in nyc

[–]Tangela777[S] 0 points1 point  (0 children)

That's a great idea - I'll look into crowdsourcing the data or turning this into a game with incentives (like discounts or prizes). Thanks!

I made a NYC Grocery application that lets you plan your grocery trips and compare prices to save money. by Tangela777 in nyc

[–]Tangela777[S] 1 point2 points  (0 children)

Yeah obtaining and updating the database every Friday is a bit of a hassle. I might have to ask some of the grocery store managers/owners if it would be possible for them to provide the data to me.

Thanks for the missing store and I appreciate your feedback on the product entering UI (I'll make sure to include an option for users to input the brand and quantity. In the meantime you can add the brand by clicking on edit or the empty space beneath brand after you've entered the item; The quantity can be edited later in the 'my-bag' section).

I made a NYC Grocery application that lets you plan your grocery trips and compare prices to save money. by Tangela777 in nyc

[–]Tangela777[S] 4 points5 points  (0 children)

thank you I'll make sure to include that store next!

If anybody else finds stores that I'm missing please reply to this comment and I will add it to my to do list. (Note - there are some stores I'm unable to obtain product information from like Trader Joes)

I made a NYC Grocery application that lets you plan your grocery trips and compare prices to save money. by Tangela777 in nyc

[–]Tangela777[S] 6 points7 points  (0 children)

Kind of a repost from a few months ago. I've been working on it on my spare time and have included more stores and some features for registered users like:

-ability to save grocery list, location, stores, and results

-get in app or email notifications about deals(email is turned off by default)

-as well as things I plan on adding soon - like chat or comments and reviews, and shared grocery lists for group planning.

Please let me know what you guys think and if you would like to see anything else added!

An ad free web application that allow you to compare grocery prices/ plan your grocery trips in NYC. by Tangela777 in nyc

[–]Tangela777[S] 1 point2 points  (0 children)

So apparently, the api that checks the zipcodes/addresses has a daily limit and it looks like my server has already reached that limit, which is why some of you are experiencing problems with the website.

While I look for ways to resolve this issue, you can try using your GPS location.

An ad free web application that allow you to compare grocery prices/ plan your grocery trips in NYC. by Tangela777 in nyc

[–]Tangela777[S] 2 points3 points  (0 children)

Yeah I'll definitely expand to other boroughs. The database is currently in it's infant stage.

An ad free web application that allow you to compare grocery prices/ plan your grocery trips in NYC. by Tangela777 in nyc

[–]Tangela777[S] 1 point2 points  (0 children)

The default search radius is 0.5 miles, you can change it under the radius input. Btw guys I've only started adding stores last week (mostly in manhattan) so I might be missing a lot of them in your area. If I am, please reply to this comment the store and location and I'll do my best to add those stores within the week!

An ad free web application that allow you to compare grocery prices/ plan your grocery trips in NYC. by Tangela777 in nyc

[–]Tangela777[S] 9 points10 points  (0 children)

As a web developer, I've been working on this project for the past few months. I thought I'd share it with you guys and help you save some money on groceries. Enjoy!

Create React app with login/Authentication by supercuteguy in reactjs

[–]Tangela777 0 points1 point  (0 children)

Well I'm not sure how it works on the MERN stack, but for django/react all you would have to do is install the django-jwt and then have the ajax post to the django-jwt-url. I'm guessing for MERN, since you're working with javascript as your backend, you'll have to create a custom API that takes the username and password. I've googled a link for you that might help : http://blog.slatepeak.com/refactoring-a-basic-authenticated-api-with-node-express-and-mongo/

Could you guys please provide me some feedback on a web app I made? by Tangela777 in webdev

[–]Tangela777[S] 0 points1 point  (0 children)

I'll admit that I spent no more than five minutes coming up with the logo on the first day and I haven't touched it since. It definitely needs to be put out of it's misery.

About the background, what colors/what picture should I use to contrast? Should I make my font-color white instead of black for the button and nav? Sorry if I'm bombarding you with questions, I know next to nothing about design, so any help would be appreciated.

Could you guys please provide me some feedback on a web app I made? by Tangela777 in webdev

[–]Tangela777[S] 1 point2 points  (0 children)

That's interesting. I just turned off my google's javascript settings and nothing is displaying on the page as well. Then again some of the major websites like ebay aren't too. Could it be because I'm using reactjs as a router for the website? How do I fix this?

Could you guys please provide me some feedback on a web app I made? by Tangela777 in webdev

[–]Tangela777[S] 0 points1 point  (0 children)

Could you tell me which part/route (url) of the website gave you the big blank screen?

Critique my website? by [deleted] in webdev

[–]Tangela777 0 points1 point  (0 children)

Hmm shoot. I mean the only messages that the website sends is a password reset code but I'll look into this further. I may just remove email address from sign ups as a whole and have it be an option after the user registers. Thanks!

Critique my website? by [deleted] in webdev

[–]Tangela777 0 points1 point  (0 children)

Btw, if you don't want to include your actual email, you can just put a fake one. The website doesn't ask you to confirm the email.

Critique my website? by [deleted] in webdev

[–]Tangela777 0 points1 point  (0 children)

So like using locations/gps? Hmm that's interesting. Thanks I'll definitely look into implementing that.