Two Sam's and a Rohan
2 Sam's and a Rohan is a website that allows users to place orders from a menu, and it allows the restaurant to respond to said orders. The website allows users to add menu items to a cart and place the order. When placing the order, a user must input their phone number. Placing the order will send the restaurant an SMS message notifying them that the order has been placed. On the restaurant end, there is a portal that allows owners to view incoming orders. For new orders, it allows the owner to insert the time in minutes, indicating how long it would take for an order to finish. When the order is complete, the user would recieve a message on their phone. A 'pending' order will include a timer showing how long an order will take to finish. Once the order is finished, the user recieves a completion message.
Node.js
jQuery
PostgreSQL
The website includes the following features:
- The website consists of two pages. A client page where a user can place orders, and a restaurant page where a restaurant can change the status of an order.
- The client page shows several menu items. A user can click the [+] or [-] buttons to add and remove the menu items to and from the cart.
- The cart updates with order information, and calculates the necessary fees and taxes. A user can submit this order.
- Once submitted, the order appears on the restaurant page. From there, a user can input in the search bar, the amount of time (in minutes) it would take to complete the order.
- Once the user has input this, it starts a timer counting down from said number of minutes. This information is simultaneously shown on the client screen.
- Separate tabs that divide orders for each phase of their orders.
- Once an order is placed, and once an order is completed, an SMS message is sent to the user.
Challenges
This Website is best viewed on Desktop