Welcome to the Food Ordering App! This application is designed to streamline the process of ordering food online. Below, you'll find information on how to navigate the website as well as how to set it up locally if you want to explore the codebase
If you wish to explore the codebase locally, follow these steps to set up the project on your machine:
1 Clone the Repository: git clone https://github.com/aimananjum/food-ordering-app.git
2 Navigate to the Project Directory: cd food-ordering-app
3 Install Dependencies: npm install
To run the project, use the following command
1 Start the Development Server: npm start
2 Access the Application: Once the development server is up and running, you can access the application by opening your web browser and visiting http://localhost:3000.
Contributions are welcome! To contribute to this project...
React: The frontend of the application is built using React, a JavaScript library for building user interfaces. Netlify: The application is deployed on Netlify, providing continuous deployment and hosting services.