A Vue and Vuex-based application for easily placing and managing donut orders. This app includes reusable form components, custom SASS-styled buttons, and integrates with PostgreSQL to store and retrieve orders for a seamless experience.
- Order Placement: Allows users to place donut orders with customizable options.
- Reusable Form Components: Components like input fields, dropdowns, and radio buttons are reusable for various forms.
- Order Management: Manage, view, and edit current orders in a dynamic list.
- SASS Styling: Custom styles and buttons created using SASS for a more streamlined, maintainable, and responsive design.
- State Management with Vuex: Efficient state management for handling orders and user interactions in a centralized store.
- Real-time Updates: Updates on order details reflected immediately across the app.
- PostgreSQL Integration: Store and retrieve order data using PostgreSQL for reliable and scalable data management.
Vue.js | Vuex | SASS | PostgreSQL