A simple website I've made for my friend to sell brigadeiros (Brazilian desert) online.
- Checks availability of products
- Support nested selection in case of brigadeiro kits
- Displays an overview of selected products
- Get required information about the client
- Validates and fetch location by CEP
- Build and send automatically a WhatsApp message with the order information
Clone the project
git clone https://github.com/luisfelipesdn12/brigadeiro-maroto-site.git
Go to the project directory
cd new-brigadeiro-maroto
Install dependencies
yarn
# or:
# npm install
Build and start the project
yarn build && yarn start
# npm run start
- Typescript
- Node
- NextJS
- ReactJS