This is my final project from Step Computer Academy Course developed with Javascript, Html and CSS
just click RIGHT HERE to check this project on a web page or click on the link bellow
Step Computer Academy is a presencial course having filials all around the glove
Each module lasts 6 months and We studie a specific subject
At this module, I have studied Javscript after studing Html/CSS.
This is a simple solution. I haven't learned how to use cookies, servers or sessions. So i have used LocalStorage and SessionStorage
So I just simulate a login. You can enter it with whatever "nickname" you want and put anything as a password too.
Then it will take you to another page built in javascript. It simultes a Shopping Cart. You can dynamicaly choose the items and the finish your order.
I put "Arthur" as a exemple. But it's just a test
In this page you'll be abble to "make your order"
As you can see, your name choosen on login page is shown on top of the page.
it is marked in red.
The cart is the part written "carinho". Cart is carrinho in portuguese
In this page you'll be abble to "make your order"
When you click on Add ao carinho (add to cart), the button will change and automatically the items will be placed in the cart.
you can change then dynamically increasing or decreasing them.
Finish your order clicking on "confirmar pedido", the button inside the cart
After you finished , a message will appear.
"seu pedido foi enviado
aperte voltar para retornar a área da compra"
"Your request has been sent press back to return to the purchase area"
If you click "voltar" it will return to the previous page with a empty cart



