An application for managing orders and their associated products. Users can add, view, and delete orders and products efficiently.
- TypeScript
- React
- Redux Toolkit
- WebSocket
- Fetch
- HTML5
- CSS3 (SCSS)
- Bootstrap
- BEM
- Order Management: Add new orders, view existing ones, and delete orders no longer needed.
- Product Management: Add products to specific orders, view product details, and remove products as necessary.
- User-Friendly Interface: Intuitive design with Bootstrap and BEM methodology for easy navigation.
- Clone the repo.
- Run npm install (or just npm i).
- Run npm start.

