github.com/Edgallen/react-burger ↗
Проект сделанный на курсе Яндекс Практикума: React - разработчик
Open this visualization on its own page →
Contributors
1
Lines of Code
536
From
2022-04-15
To
2022-07-08
About Edgallen/react-burger
React Burger is a course project from Yandex Practicum's React Developer program. It is a burger-building application built with React and TypeScript that allows users to construct custom burgers by selecting and arranging ingredients.
The project implements a complete interactive ordering system with drag-and-drop functionality powered by React-DnD, allowing users to drag ingredients onto a burger builder canvas. State management is handled with Redux, and navigation between different views uses React Router. The application includes styling with CSS and has been tested using Jest for unit testing and Cypress for end-to-end testing.
The project demonstrates modern React development practices including TypeScript for type safety, Redux for centralized state management, and comprehensive testing strategies. It has been deployed and is available as a live preview online.