Link to journal: Nestor Journal
Built during 2022 to present
Skills used:
- PhP
- UX/UI.
- HTML
- CSS.
Link to coffee shop: Nestor Coffee Shop
Source Code: Source Code
Built during 2022 and a 5 day deadline.
Skills used:
- PhP
- For loops.
- How to include separate PhP Files
- CSS.
Link to In n out demo: In n Out
Source Code: Source Code
Built during 2022 and a 7 day deadline.
Skills used:
- PhP
- Method: POST
- it will display different combo prices
- After displaying combo prices, new form with user information for a receipt.
- After order has been submitted, display random number as a receipt number. Displaying customer information.
Link to Lorem Ipsum: Lorem Ipsum
Source Code: Source Code
Built during 2023 and a 10 day deadline.
Skills that I'm improving and things I learned:
I did this project with an array of words. A conditional statement to choose how many paragraphs the users want and a while loop to iterate in the array and also create randoms paragraphs.
- How to iterate each element of an array.
- I'm feeling more comfortable using _POST and sending data to PhP server.
- I created a variable and stored a random value between 1 and 100 to select randomly a word in the array.
- CSS.
One of my AHA!! moment for this project was when I discovered that I needed to create a conditional and rewrite the while loop to have different paragraphs, the code worked without the while loop but every section was the same without it, which in this case (Lorem Ipsum) wouldn't work.