Skip to content

Commit

Permalink
0.2a-En_US
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemartins210 committed Apr 27, 2022
1 parent 38274f1 commit cf5e164
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
Binary file modified assets/images/dummy_profiles/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/dummy_profiles/profile.png.old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 14 additions & 13 deletions constants/dummyData.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import icons from "./icons"
const trendingRecipes = [
{
id: 1,
name: "Spaghetti ao molho Shrimp",
name: "Spaghetti With Shrimp Sauce",
image: images.spagetti,
duration: "30 min",
duration: "30 mins",
serving: 1,
isBookmark: false,
category: "Pastas",
category: "Pasta",
author: {
profilePic: images.UserProfile5,
name: "Maria",
Expand All @@ -18,14 +18,14 @@ const trendingRecipes = [
{
id: 1,
icon: icons.pasta,
description: "Pasta Spaghetti",
description: "Spaghetti pasta",
quantity: "100g"
},
{
id: 2,
icon: icons.oil,
description: "Azeite de Oliva",
quantity: "2 colheres"
description: "Olive Oil",
quantity: "2 tbsp"
},
{
id: 3,
Expand Down Expand Up @@ -74,12 +74,12 @@ const trendingRecipes = [
},
{
id: 2,
name: "Frango Malaysian Salteado",
name: "Malaysian Chicken Satay",
image: images.satay,
duration: "50 min",
duration: "50 mins",
serving: 10,
isBookmark: true,
category: "Oriental",
category: "Local",
author: {
profilePic: images.UserProfile8,
name: "Mandy",
Expand Down Expand Up @@ -144,10 +144,10 @@ const trendingRecipes = [
id: 3,
name: "Sarawak Laksa",
image: images.laksa,
duration: "30 min",
duration: "30 mins",
serving: 1,
isBookmark: true,
category: "Tailândesa",
category: "Local",
author: {
profilePic: images.UserProfile9,
name: "Jessie",
Expand Down Expand Up @@ -214,10 +214,10 @@ const trendingRecipes = [
id: 4,
name: "Nasi Lemak",
image: images.nasiLemak,
duration: "1 hora",
duration: "1 hour",
serving: 10,
isBookmark: true,
category: "Árabe",
category: "Local",
author: {
profilePic: images.UserProfile7,
name: "Ali Baba",
Expand Down Expand Up @@ -265,6 +265,7 @@ const trendingRecipes = [

const categories = trendingRecipes


export default {
trendingRecipes,
categories
Expand Down
16 changes: 8 additions & 8 deletions screens/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Home = ({ navigation }) => {
color: COLORS.darkGreen,
...FONTS.h2
}}
>Hello ByProgrammers,</Text>
>Hello Felipe Martins,</Text>

<Text
style={{
Expand All @@ -47,7 +47,7 @@ const Home = ({ navigation }) => {
...FONTS.body3
}}
>
What you want to cook today?
What experience will you live today?
</Text>
</View>

Expand Down Expand Up @@ -96,7 +96,7 @@ const Home = ({ navigation }) => {
...FONTS.body3
}}
placeholderTextColor={COLORS.gray}
placeholder='Buscar...'
placeholder='Search Your Experience...'
/>
</View>
)
Expand Down Expand Up @@ -143,7 +143,7 @@ const Home = ({ navigation }) => {
...FONTS.body4
}}
>
Novas delícias que preparamos para você!
Your have 12 recipes that you haven't tried yet!
</Text>

<TouchableOpacity
Expand All @@ -159,7 +159,7 @@ const Home = ({ navigation }) => {
...FONTS.h4
}}
>
Confira!
Check now!
</Text>
</TouchableOpacity>
</View>
Expand All @@ -180,7 +180,7 @@ const Home = ({ navigation }) => {
...FONTS.h2
}}
>
Pratos em Destaque
Trending Experiences!
</Text>

<FlatList
Expand Down Expand Up @@ -222,7 +222,7 @@ const Home = ({ navigation }) => {
...FONTS.h2
}}
>
Categorias
Categories
</Text>

{/* View All Button */}
Expand All @@ -233,7 +233,7 @@ const Home = ({ navigation }) => {
...FONTS.body4
}}
>
Ver tudo
See All
</Text>
</TouchableOpacity>
</View>
Expand Down

0 comments on commit cf5e164

Please sign in to comment.