Go back View code
TastyBurger
Description
A burger builder website where users can put different ingredients in their burger and then make an order. The price of a burger depends on the ingredients added and removed. It has been developed for both desktop and mobile view. An orders page has been added where users can check previous orders.
Tech Stack
Learning outcome
This is the first React application that I developed and it was the foundation of my frontend development path. I learned about what the difference between stateful and stateless components is and how state and props worked in a single-page application. I gained basic experience in installing and using node packages which has been vital for my subsequent projects.