-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FrontEnd: Separate food data and render it in separate list. #26
Comments
Hey, I could give this one a go. Have you got a design in mind with this? Are they in separate lists on the cards etc.. |
I was thinking about a simple design like, You can also try other style or design you feel good. this just a mere suggestion. The goal is to create an MVP. so a simple and elegant user design will look great and will save efforts. |
@kcoulsy I saw your schema for the dataList.js (you commented in #6 ). it's great! divide this issue into two PRs. |
@drex44 Sure thing! How about something like this for the food types With a tooltip for any extra description or stating the food type. Tooltip needs a bit of styling but didn't get around to that yet. |
It's okay if it's simple. it's good. |
Yeah, it's all part of the Material UI set |
@kcoulsy |
we have data for various diseases. check out the site, http://good-food-guide.netlify.com
currently, it shows verg and non veg food combined but some people are vegan so we want to separate the data in json and show the same separately in components/FoodCard.js and pages/foodDetails.js
The website is in React/ NextJs. comment for more information!
The text was updated successfully, but these errors were encountered: