Welcome to our Food Ordering App! This application allows you to explore various restaurants and place orders for your favorite dishes.
To run this application locally, follow these steps:
- Node.js installed on your machine.
-
Clone the repository to your local machine:
git clone <repository-url>
-
Navigate to the project directory:
cd food-app
-
Install dependencies using npm:
npm install
-
Install web bundlers example Parcel
npm install -D parcel
-
Start the development server:
npm start
-
Open your browser and visit
http://localhost:1234
to view the app.
- Explore Restaurants: Browse through a wide range of restaurants in your area.
- Place Orders: Easily place orders for your favorite food items.
- User-Friendly Interface: Intuitive design for seamless user experience.
We welcome contributions!