https://github.com/devjubayr/dine_out
ECommerce checkout panel
https://github.com/devjubayr/dine_out
Last synced: 6 days ago
JSON representation
ECommerce checkout panel
- Host: GitHub
- URL: https://github.com/devjubayr/dine_out
- Owner: devjubayr
- Created: 2025-07-19T01:22:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-19T13:38:37.000Z (about 1 year ago)
- Last Synced: 2026-07-16T02:34:24.972Z (6 days ago)
- Language: JavaScript
- Homepage: https://dine-out-liard.vercel.app
- Size: 839 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dine Out
# Todo: (Features)
1. Install React & tailwindCSS - done
2. Header - Done
**main**
3. Sidebar ( Create Order ) - done
- Input Field ( Customer Name ) - done
- Items to choose - done
- OnClick the Plus(+) btn increase the Amount in "Place Order" btn - done
- OnClick the Minus(-) btn decrees the Amount in "Place Order" btn - done
- OnClick the "Place Item" - done
- Update by 1 or the summery Total Order and Pending Order with all information - done
4. Order Summery - done
- Show total, Pending and Delivered Order - done
5. Order Reports - done
- Show all order reports with order information and actions btns ( Delete and Delivered ) - done
- OnClick the delivered Btn decrees 1 from Pending and Increase 1 On Delivered - done
- OnClick the delete btn Remove Report and Update Summery - done
- Filter By Status - done