From d5698d62b9aca7bae4d73c60cfc7f35fc5749cf4 Mon Sep 17 00:00:00 2001 From: laurielim Date: Sun, 21 Jan 2024 22:04:02 +0200 Subject: [PATCH] Update links --- src/Components/Footer/Footer.js | 2 +- src/Pages/About/About.js | 4 ++-- src/Pages/ApiAbout/ApiAbout.js | 10 +++------- src/Pages/ApiHome/ApiHome.js | 6 +++--- 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/src/Components/Footer/Footer.js b/src/Components/Footer/Footer.js index d7d7744..11a62d1 100644 --- a/src/Components/Footer/Footer.js +++ b/src/Components/Footer/Footer.js @@ -7,7 +7,7 @@ const Footer = () => { return ( diff --git a/src/Pages/About/About.js b/src/Pages/About/About.js index 1255697..523bf7e 100644 --- a/src/Pages/About/About.js +++ b/src/Pages/About/About.js @@ -40,12 +40,12 @@ class About extends Component {

Since I was learning PHP in parallel, I created a RESTful API for my website. You can check out the{" "} - + API page here . IBA official cocktails are stored in JSON files while contributed recipes are stored in an SQL database. Read more about this project on{" "} - + my portfolio website . diff --git a/src/Pages/ApiAbout/ApiAbout.js b/src/Pages/ApiAbout/ApiAbout.js index 9832913..19d29b8 100644 --- a/src/Pages/ApiAbout/ApiAbout.js +++ b/src/Pages/ApiAbout/ApiAbout.js @@ -53,7 +53,7 @@ const ApiAbout = () => { I started looking. I used a lot of pictures from{" "} Johann Trasch whom I eventually messaged. He kindly gave me permission to use his pictures - from his own website about cocktails, + from his own website about cocktails,{" "} cocktailbart.de. Check it out, it's great! Even if you don't speak German, google chrome neatly translates the website. @@ -69,14 +69,10 @@ const ApiAbout = () => {

Please checkout TheCocktailApp and read more about the whole project on{" "} - + my portfolio website - . Feel free to contact me{" "} - - @laurielimsam on Twitter - {" "} - for any feedback. + .

); diff --git a/src/Pages/ApiHome/ApiHome.js b/src/Pages/ApiHome/ApiHome.js index b228426..3bb63a3 100644 --- a/src/Pages/ApiHome/ApiHome.js +++ b/src/Pages/ApiHome/ApiHome.js @@ -34,7 +34,7 @@ const ApiHome = () => {

Get a list of all recipes available:{" "} - https://laurielim-thecocktailapp-api.herokuapp.com/recipes + /recipes

@@ -78,7 +78,7 @@ const ApiHome = () => {

Get a list of IBA Cocktail recipes only:{" "} - https://laurielim-thecocktailapp-api.herokuapp.com/recipes/iba + /recipes/iba

@@ -118,7 +118,7 @@ const ApiHome = () => {

Search recipe by id:{" "} - https://laurielim-thecocktailapp-api.herokuapp.com/recipes/-id- + /recipes/{'{id}'}