diff --git a/README.md b/README.md
index 19b73b7..abf6eb8 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
- [☕️ My coffee elections WebApp ☕️](#️-my-coffee-elections-webapp--️)
- [📗 Table of Contents](#-table-of-contents)
- [☕️ My coffee elections WebApp ](#️-my-coffee-elections-webapp-)
- - [📍 Deployed project(under construction): https://my-coffee-elections-udmy.vercel.app/recipes](#-deployed-projectunder-construction--httpsmy-coffee-elections-udmyvercelapprecipes)
+ - [📍 Deployed project(under construction): https://my-coffee-elections-4rc4.vercel.app/events](#-deployed-projectunder-construction--httpsmy-coffee-elections-4rc4vercelappevents)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [📕 Key Features ](#-key-features-)
@@ -24,8 +24,7 @@
*My coffee elections webapp* repository is built using programming language named JavaScript but specifically in this case I used a framework named **React**.
I choose this framework since I want to put in practice a main principle named **separation of concerns**, therefore I created a folder named **components** where I placed each one of my components which are going to be used in my main file named App.js.
-
-#### 📍 Deployed project(under construction):
https://my-coffee-elections-udmy.vercel.app/recipes
+#### 📍 Deployed project(under construction):
https://my-coffee-elections-4rc4.vercel.app/events
## 🛠 Built With
diff --git a/src/pages/About.jsx b/src/pages/About.jsx
index cadd318..57296de 100644
--- a/src/pages/About.jsx
+++ b/src/pages/About.jsx
@@ -9,26 +9,25 @@ function About() {
className="aboutTop"
style={{ backgroundImage: `url(${Shop})` }}
>
-
- {" "} - This virtual coffee shop was founded in 1997. It began with 3 friends - who met each other in Spain. and their own mixtures of coffee. Now, 33 - years after Bella Coffee sells pure coffee to 123 countries. Its - unique mixtures and aromas made of this coffee a perfect choice. This - virtual coffee shop was founded in 1997. It began with 3 friends who - met each other in Spain. They loved how to cook, and invent their own - food preparations, and their own mixtures of coffee. Now, 33 years - after Bella Coffee sells pure coffee to 123 countries. Its unique - mixtures and aromas made of this coffee a perfect choice. This virtual - coffee shop was founded in 1997. It began with 3 friends who met each - other in Spain. They loved how to cook, and invent their own food - preparations, and their own mixtures of coffee. Now, 33 years after - Bella Coffee sells pure coffee to 123 countries. Its unique mixtures - and aromas made of this coffee a perfect choice. -
-+ {" "} + This virtual coffee shop was founded in 1997. It began with 3 friends + who met each other in Spain. and their own mixtures of coffee. Now, 33 + years after Bella Coffee sells pure coffee to 123 countries. Its unique + mixtures and aromas made of this coffee a perfect choice. This virtual + coffee shop was founded in 1997. It began with 3 friends who met each + other in Spain. They loved how to cook, and invent their own food + preparations, and their own mixtures of coffee. Now, 33 years after + Bella Coffee sells pure coffee to 123 countries. Its unique mixtures and + aromas made of this coffee a perfect choice. This virtual coffee shop + was founded in 1997. It began with 3 friends who met each other in + Spain. They loved how to cook, and invent their own food preparations, + and their own mixtures of coffee. Now, 33 years after Bella Coffee sells + pure coffee to 123 countries. Its unique mixtures and aromas made of + this coffee a perfect choice. +
); } diff --git a/src/pages/Recipes.jsx b/src/pages/Recipes.jsx index c63ea3e..4cc2250 100644 --- a/src/pages/Recipes.jsx +++ b/src/pages/Recipes.jsx @@ -36,8 +36,9 @@ function Recipes() { {randomRecipe && ({randomRecipe.cuisine}
+Origin:{randomRecipe.cuisine}
+ Main Ingredient: {randomRecipe.mainIngredient}