Skip to content

CarloshDevBR/CodeBurger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linguage: PT-BR


CodeBurger


This project is a virtual store for a hamburger shop, in this case without a server. We have an area with categories where the user is directed to the category he wants just by clicking on one of the carousel options, once the user chooses the item he is directed to the cart where he can add more units of the same item or complete the purchase.

login

Here the user login is simulated, as well as his registration, the form was made with the react hook form


products

Here is the main page, where the user will see all the products on the site.



🛠️ technologies used


🎲running the project

# clone this repository
$ git clone <https://github.com/CarloshDevBR/codeBurger>
# access the project through the terminal/cmd
$ cd codeBurger
#run the project
$ yarn or npm codeBurger
#the server will initialize in the <http://localhost:3000>