ordering meals
This project is a web application built with Angular. It includes various components for managing products, a shopping cart, user login, and more.
- src/: Contains the main source code for the Angular application.
- app/: The root module and global styles.
- comp/: Contains components such as
cart,product,login, andall-cart. - services/: Includes services for handling API calls and business logic.
- public/: Contains static assets like images.
- .vscode/: Configuration files for Visual Studio Code.
- angular.json: Angular CLI configuration file.
- package.json: Lists project dependencies and scripts.
- Dynamic Shopping Cart: Add, remove, and update items in the cart.
- Product Management: View and filter products by categories and companies.
- User Authentication: Login functionality for users.
- Animations: Includes CSS animations for a better user experience.
- Clone the repository:
git clone <repository-url>