This project is a demonstration of a user-centric, high-performance Food Order Website developed using Angular and TypeScript. It includes several key features to provide an outstanding food ordering experience.
You can view the live demo of the website by following this link: Food Order Website
-
Real-time Cart Management: Enjoy instant feedback on your orders, with the ability to seamlessly add or remove items from your cart.
-
Dynamic Quantity Control: Easily adjust the quantity of each item in your cart, offering flexibility in your orders.
-
Automatic Billing: The system automatically calculates the total cost of your order as you add or remove items, simplifying the payment process.
-
Fast Search Capabilities: Quickly find your desired food items with our efficient search capabilities, ensuring a seamless and reliable food ordering experience.
Follow these steps to set up a development environment and run the project on your local machine:
Make sure you have Node.js and Angular CLI installed on your machine.
# Clone the repository
git clone https://github.com/HS-doshi/Food_Order
# Navigate to the project directory
cd food-order
# Install the dependencies
npm install
# Start the development server
ng serve
Useful Angular CLI commands for development and testing:
Generate a new component: ng generate component component-name Build the project: ng build Run unit tests: ng test Run end-to-end tests: ng e2e For more information, refer to the Angular CLI Overview and Command Reference.
This project is brought to you by [Your Name]. We hope you enjoy exploring our Food Order Website and find it as exciting to use as we did building it.