Skip to content

F-a-b-r-i-z-i-o/DrinkApp

Repository files navigation

DrinkApp

Installation


This project is developed using angular 13.2.2 and ionic 6.0.0.

To develop the project it is necessary to install nodejs, the installation of node is different in each operating system (see installation documentation). After doing this you need to install angular.

npm install -g @angular/cli

after installing angular it is necessary to install ionic.

npm install -g @ionic/cli

After installing ionic I generated the project only with Cordova as Capacitor gives me some problems.

ionic start nameProject tabs --type=angular --cordova


The following project is divided into 3 parts.



Tab1

Inside the first section it is possible to search in the search bar the drink of our interest, then the specifications of the selected drink will be shown.


tab1


  • Important

to carry out searches the language supported at the moment is only English


After doing our research we will be sent to the research section.

tab1-bar


Tab2


tab21

Within the second tab we can see all the specifications of the drink we searched for earlier. Within the second tab we can see all the specifications of the drink we searched for earlier.


tab21

In addition, through the buttons it is possible to add the drink of our interest to the reservation. For this section it is advisable to implement a back-end for reservations.

tab21


Tab3


In the 3 section it will be possible to see the bookings made, in this moment I have not implemented the back-end for the bookings so the cocktail list will be momentarily empty

tab3

Because Alcohol Comes First

Enjoy 2F