Skip to content

Commit

Permalink
Merge branch 'main' into feature/checkout-form-with-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisPinedaJR authored Sep 13, 2021
2 parents 4a79c40 + 7a34826 commit 1ab0be6
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## 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.

- 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.

- 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.

Expand All @@ -16,12 +19,16 @@

## 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

- ["start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"]

0 comments on commit 1ab0be6

Please sign in to comment.