Welcome to the Italian Restaurant Website project! This Angular application is designed using Bootstrap to create an elegant and user-friendly website for an Italian restaurant. The website includes detailed components for each food item and a shopping cart for a seamless ordering experience.
-
Angular Framework: The project is developed using the Angular framework, providing a robust and modular structure for building single-page applications.
-
Bootstrap Styling: Bootstrap is utilized for responsive and visually appealing design, ensuring a consistent and polished look across the entire website.
-
Food Details Components: Each food item has a dedicated details component, providing users with comprehensive information about the dishes available.
-
Shopping Cart: The website includes a cart feature, allowing users to add items to their cart and proceed with the ordering process.
-
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
This project was generated with Angular CLI version 16.2.6.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.