OrderMate is a React-based application designed for managing and displaying orders for an iPad. The application features sections for Active Orders, Upcoming Orders, and Completed Orders, with the ability to move orders between these sections using buttons or swipe gestures.
- Display orders in three sections: Active Orders, Upcoming Orders, and Completed Orders.
- View order details by clicking on an order.
- Move orders between sections using buttons.
- Swipe gestures to animate the transition of orders between sections.
-
Clone repo:
git clone https://github.com/angelaleekim/ordermate.git
-
Change to 'ordermate' directory:
cd ordermate -
Install dependencies
npm install
-
Start the development server:
npm start