This is a final project for 2300. Our project is an ordering system and an employee clocking system for a Taco Truck. An employee or manager is able to enter a username and password. After entering these things the person is able to select their name and choose to clock in or clock out. Also, the user can click the “orders” button and choose the amount of chicken tacos, beef tacos, and pepsi they want to order. The user is then able to click 0 in order to exit the ordering system and the user then is shown an output screen which displays their final total alongside multiple tax options.
Before beginning using this applicaiton, you need to have Java installed, on your computer.
To access our kiosk, you will need to run the main.java file with Java. To do this, follow the steps below:
- Clone our entire GitHub repository using the following link (https://github.com/SKel1817/Java-Talking-Tacos)
- Open your command prompt or terminal and navigate to the directory where you saved the project.
- Run the “Main.java” file using Java to start using the The java walking taco kiosk.
Once you run Main.java it will open a GUI windo with the buttons "Place an Order" and "employee", after clicking either these you can naviagate to the terminal to continue to "place your order" or to clock in/out with your name and the time.
If you encounter any issues while please let us know by submitting an issue at:https://github.com/SKel1817/Java-Talking-Tacos/issues