A food ordering application designed for poke restaurant kiosks
View Demo
·
Report Bug
·
Request Feature
FastPoke is a solution for poke restaurants that make ordering faster and more intuitive.
It has been designed to use it in ordering kiosks, like the ones you see in fast food restaurant chains. Customers make their orders in the touchscreen, having all the resturant menu options at hand.
This is a practice project I've made to dive deep in Angular and Nest. It is extensible and there are many upgrades I have planned for it.
Please refer to the backend (main) repo for details.
FastPoke is built by the API and the frontend (this repo). Contributions to either (or both) of the repositories are always welcome!
If you want to contribute to the frontend, follow the steps below. When you are finished, please make a Pull Request.
You can copy the src/environments/environment.example.ts
file to src/environments/environment.ts
and fill it with your values to match your environment.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature
) - Commit your Changes (
git commit -m 'Add some NewFeature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request
You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! 🌟💖
For instructions for contributing to the API, please head to fastpoke-backend README section
- Show custom bowl ingredients in the order review modal
- Ability to increase or decrease number of the same item in the order review modal
- Show combo contents in the order review modal
You can contact me via these socials:
FastPoke is GNU licensed.