This is the client side, for the server side, navigate to another repository.
Vento is a lightweight application built for small and medium sized restaurant kitchens, that combines an inventory management system with a task organiser.
- Communications within the kitchen team, making handovers during shift change and shift end fluid and reliable.
- Improving the efficency of each individual kitchen section by providing an overview of the required tasks to be completed.
- Contributing to higher job satisfaction by adressing the serious lack of IT solutions for back of house hospitality operations.
Feel free to checkout my code or run the app on your own machine. Follow the instructions below to get a local development instance of Vento set up. You must have expo installed for this to work.
- Clone this repo:
git clone https://github.com/geroalexander/vento_client.git
- Install all dependencies:
npm install
- Launch the client:
expo start
- Launch the server:
See server repo.
- View the app:
The easiest way to do this is by scanning the QR code shown once you run the client. Alternatively you can use XCode with iOS or Android Emulator with Android.
In the future I would like to modify this application to work as a PWA and make is accessibile for both native and web/desktop use.
