Inspiration

We were inspired by the prompt provided, but also that many small businesses are held back by their lack of exposure, so we decided to do something about it. Many people might live close to a small business that makes amazing food, but they would never know about it due to their lack of exposure. This ensures that consumers discover these amazing local places that are overshadowed by popular franchises.

What it does

This code is a takeout system that first asks the user if they want to view the menu, order, view their cart, or exit the system. After taking the user's input, it gives them what they asked for. If they asked to view the menu, it provides the menu with names and prices, and asks if they want to go back to the welcome screen, where they're provided those 4 options. If they ask to order, then they input the number of the item they desire and are asked if they want to order something else. If they do not want to order anything else, then they are given the option to either pay with cash or card, and it then gives them how long their order will take based on the number of items ordered. If they choose to view their cart, it presents them with all the items in their cart and the prices of each item. If they choose to exit it thanks them for visiting the website.

How we built it

We had an idea in mind and outlined the code. After finishing our outline, we proceeded to replit and put the base code in. After we had established the basis of the code, we brainstormed things that could be added and then expanded the code from there, trying to implement as much as we could so that the consumers are happy.

Challenges we ran into

It proved difficult to add in the viewing cart system. Previously, we were forced to declare a size for the cart array, and when it was printed out, all the empty spaces were also printed, so we had to find a way to combat this issue so that consumers are able to view the cart. Sometimes customers might forget what they ordered because they ordered so many things or accidentally ordered an item, so we implemented this system so that consumers can make sure that they order everything that they desire.

Accomplishments that we're proud of

Integrating a cash and card system to provide versatility regarding the consumer base.

What we learned

Small businesses at times need a helping hand to increase their exposure, and for that reason, we are here. We are that helping hand that will push these small businesses into the spotlight.

What's next for LocalBite - TakeoutBuddy

This program will be made available to small businesses, enabling them to maximize their efficiency. All that they would have to do is upload their menu, which is quite easy to do. The goal for this app was to make it as user-friendly as possible, so that small local businesses can easily integrate this system into their operations to enhance their customer experience.

Built With

Share this project:

Updates