The Coffee Shop project is a web application designed to streamline customer order while enhancing communication between customers and sellers. Built using HTML, CSS, JavaScript, Feather, and Alpine.js, this application provides a seamless checkout process and facilitates order details transmission to sellers via WhatsApp.
- WhatsApp integration for seller communication
- Enhanced checkout process
- HTML
- CSS
- JavaScript
- Feather
- Alpine.js
- Clone the repository to your local machine.
git clone https://github.com/MuhammadZulhusni/Coffee-Shop.git
- Open the project directory.
cd Coffee-Shop
- Launch the index.html file in your preferred web browser.
- Experience the seamless checkout process and seller communication via WhatsApp integration.
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature/YourFeatureName
). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeatureName
). - Create a new Pull Request.