/food-order-app

You can add any food on the menu to the cart.

Primary LanguageJavaScriptMIT LicenseMIT

Demo

food-order

Installation

Clone this repository to your local machine. Navigate to the project directory in your terminal. Run npm install to install the necessary dependencies.

Usage

In the project directory, run npm start to start the application. Navigate to http://localhost:3000 in your web browser. Browse the menu and click the "Add to Cart" button for items you wish to purchase. View your cart by clicking the "Cart" button in the navigation bar. Adjust the quantity of items in your cart or remove items entirely. Click the "Checkout" button to proceed to the checkout page.

Contributing

Fork this repository. Create a new branch for your changes. Make your changes and commit them with a descriptive commit message. Push your changes to your forked repository. Open a pull request to merge your changes into the main repository.

Technologies Used

  • React
  • JavaScript
  • CSS