- HTML/CSS
- TypeScript
- React library
- Redux + RTK
- DnD library
- WebSocket
Burger ordering app with registration, personal account page and order feed.
- The app communicates with backend at all levels, gets user info and ingredients, sends authorization and orders
- Ingredient selection in the burger constructor works through react-dnd
- Errors in forms are displayed in case of server-side errors or incorrect data
- Clone the repository
- Launch with
npm start. - Build project via
npm run build. The finished project is in thebuildfolder
GitHub Pages link - https://donnieergo.github.io/react-burger/