Johanna-hub / BrixtonLocal

An app to support local businesses during the COVID-19 crisis using React, Node and Google Sheets API
3 stars 0 forks source link

Front End Components - home page #10

Open rb50 opened 4 years ago

rb50 commented 4 years ago

Create Front End React components for the landing page (please see the figma design):

Johanna-hub commented 4 years ago

I would really love the individual business listings to be in a random order when you arrive, and different every time you come back. Then putting them into alphabetical is an option if you want.

Is that mad? it's just i feel like the A and B companies get so much more exposure!!!

Johanna-hub commented 4 years ago

Obviously if you click on a tag or category it would be alphabetical because that is much smaller.

rb50 commented 4 years ago

Yes I actually thought about this too! I think we can shuffle the array of listings from google sheets randomly using Math.random somehow.