From 47bc854457353566d39730ccf535080bb718b8c9 Mon Sep 17 00:00:00 2001 From: Luis Pineda Date: Thu, 9 Sep 2021 22:41:03 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8d2f2e0..e8b2b02 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@ ## How I worked on this project - - This is template for project for a paying client. I used existing ordering menu currently in place['https://qmenu.us/#/hibachi-express-valrico'] for inspiration. - - features and bugs have different branches. - - +- This is template for project for a paying client. I used existing ordering menu currently in place['https://qmenu.us/#/hibachi-express-valrico'] for inspiration. + - features and bugs have different branches. + ## How to navigate this project - - if you'd like to fork this project, you are more then welcome to do so. - - after forking run `npm install` or `yarn install` which ever is your preference. - - the complete code can be found main. - - you'll have to create your own Database to get the project to work, you can create a database quick using Firebase by google. +- if you'd like to fork this project, you are more then welcome to do so. +- after forking run ```npm install``` or ```yarn install``` which ever is your preference. +- the complete code can be found main. +- you'll have to create your own Database to get the project to work, you can create a database quick using Firebase by google. ## Why I built the project this way - - I decided to build this project this way for quick reference and quickly copy and reusable code to speed up development in the future. +- I decided to build this project this way for quick reference and quickly copy and reusable code to speed up development in the future. ## If I had more time I would change this - - I work on styling better, however I really like the way it looks currently ex:[food-order-app-photo](https://res.cloudinary.com/luispineda/image/upload/v1631236923/Screen_Shot_2021-09-09_at_9.21.11_PM_sivc9u.png) +- I work on styling better, however I really like the way it looks currently ex: [food-order-app-photo](https://res.cloudinary.com/luispineda/image/upload/v1631236923/Screen_Shot_2021-09-09_at_9.21.11_PM_sivc9u.png) - ## Available Scripts @@ -25,3 +25,4 @@ "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"] + From 7a3482699030ea35832aaa5ba2ada19681269038 Mon Sep 17 00:00:00 2001 From: Luis Pineda Date: Thu, 9 Sep 2021 22:44:11 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8b2b02..ae37a54 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ ## If I had more time I would change this -- I work on styling better, however I really like the way it looks currently ex: [food-order-app-photo](https://res.cloudinary.com/luispineda/image/upload/v1631236923/Screen_Shot_2021-09-09_at_9.21.11_PM_sivc9u.png) +- I work on styling better, however I really like the way it looks currently ex: + +![food-order-app-photo](https://res.cloudinary.com/luispineda/image/upload/v1631236923/Screen_Shot_2021-09-09_at_9.21.11_PM_sivc9u.png) - ## Available Scripts