Short Description:
This is a web application that allows users to build a burger from available ingredients such as meat, cheese, salad, and bacon. The application provides a real-time visualization of the burger, calculates the quantity of each ingredient, and displays the total price of the assembled burger. Users can add and remove ingredients using buttons.
- Frontend: React
- Additional: TypeScript
- Create a burger from ingredients (meat, cheese, salad, bacon).
- Add and remove ingredients.
- Real-time burger visualization.
- Automatic calculation of cost and ingredient count.
- Reset to start a new burger.
- Clone the repository:
git clone https://github.com/aldr-dev/BurgerCrafter.git cd BurgerCrafter - Install dependencies:
npm install
- Start the application:
npm run dev
