mirror of
https://github.com/array-in-a-matrix/foodie.git
synced 2025-04-02 10:32:08 -04:00
Merge branch 'dev' into anselContext
This commit is contained in:
commit
d3ac6b71a5
3 changed files with 7 additions and 4 deletions
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# foodie
|
||||||
|
Food sharing social media app that aims to help users reduce food waste!
|
||||||
|
|
||||||
|

|
BIN
res/outline.png
Normal file
BIN
res/outline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
|
@ -16,11 +16,10 @@ function VideoPlayer() {
|
||||||
thumbnail={recipe.pic}
|
thumbnail={recipe.pic}
|
||||||
ingredients={recipe.ingredients}
|
ingredients={recipe.ingredients}
|
||||||
username={recipe.userName}
|
username={recipe.userName}
|
||||||
userpf={recipe.userPf}
|
userpf={recipe.userPf} //? user profile picture
|
||||||
isbookmarked={recipe.isBookmarked}
|
description={recipe.discription}/> //? i misspelled description in firebase
|
||||||
/>
|
|
||||||
));
|
));
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section>
|
<section>
|
||||||
<h1>Video Here</h1>
|
<h1>Video Here</h1>
|
||||||
|
|
Loading…
Add table
Reference in a new issue