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.
Here the user login is simulated, as well as his registration, the form was made with the react hook form
Here is the main page, where the user will see all the products on the site.
- React
- JavaScript
- react-router-dom
- react-elastic-carousel
- react-hook-form
- Styled-components
- contextAPI
- prop-types
- react-icons
- react-toastify
- yup
# 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>