An front-end for your fast-food kiosk
- Overview
- Features
- Project Structure
- Getting Started
- Project Roadmap
- Contributing
- License
- Acknowledgments
Simply a front-end for your kiosk app, to permit order in your fast-food
❯ Authentification
❯ Loyalty Card
❯ Multi-Category
❯ In-person, Pickup
└── Kiosky/
├── LICENSE
├── README.md
├── ask-barcode.html
├── ask-id.html
├── cart.html
├── choicemethod.html
├── index.html
├── order.html
├── script.js
├── style.css
└── successful.htmlKIOSKY/
Before getting started with Kiosky, ensure your runtime environment meets the following requirements:
- Programming Language: HTML
Install Kiosky using one of the following methods:
Build from source:
- Clone the Kiosky repository:
❯ git clone https://github.com/MaxenceLebrunDEV/Kiosky- Navigate to the project directory:
❯ cd Kiosky- Install the project dependencies:
Launch it and start
-
Responsive -
Add an error handler -
Create an admin panel
- 💬 Join the Discussions: Share your insights, provide feedback, or ask questions.
- 🐛 Report Issues: Submit bugs found or log feature requests for the
Kioskyproject. - 💡 Submit Pull Requests: Review open PRs, and submit your own PRs.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/MaxenceLebrunDEV/Kiosky
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.' - Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
This project is protected under the GNU GENERAL PUBLIC LICENSE. For more details, refer to the LICENSE file.