Project 06 - Burger Filter (pt-BR)
Funcionalidades: (pt-BR)
- Filtrar por opções veganas, faixa de preço e aplicar cupons de desconto.
- Slider de preço com dois controles deslizantes para selecionar a faixa de preço mínima e máxima.
- Você pode definir quantos itens deseja comprar e ver o preço total com os descontos aplicados.
- Visualizar o recibo com os itens selecionados e os descontos aplicados.
- Acesso ao menu através de um arquivo burgerlist.json, facilitando a atualização e gerenciamento do menu.
- O filtro de preço tem um intervalo dinâmico baseado nos preços do menu. Nenhuma configuração é necessária quando o menu muda.
- Se o burgerlist.json não tiver uma imagem, uma imagem de placeholder será usada.
- O burgerlist.json é chamado com a fetch API. Para simular uma chamada de API real.
- Totalmente responsivo
Features: (en-US)
- Filter by vegan options, price range, and apply discount coupons.
- Price slider with two thumbs for selecting the minimum and maximum price range.
- You can set how much items you want to buy and see the total price with discounts applied.
- View the receipt with the selected items and applied discounts.
- Menu access through a burgerlist.json file, making it easy to update and manage the menu.
- Price filter has a dynamic range based on the menu prices. No configuration needed when the menu changes.
- If the burgerlist.json doesn't have an image, a placeholder image will be used.
- The burgerlist.json is called with the fetch API. To simulate a real API call.
- Fully responsive