Bootstrap site using mealdb.js api to Randomize a dish using a main ingredient and order tracker
├── HTML
│ └── mealDB.html
├── images
│ └── restuarantImage.jpg
├── JS
│ └── mealDB.js
├── README.md
The Project Repository.
To get started, clone the Git repository to your local machine. This can be done by clicking the code button and copying the URL to clone.
Open a terminal and run the following command:
git clone https://github.com/hashimaziz88/Chefs-Favourite-Meals-Order-Tracker.git
This command clones the Git repository, creating a local copy of the entire project along with its version history.
Ensure that you have Node.js installed. You can download it from the official Node.js website: Node.js Download.
Following the hyperlink will take you to the Node.js download page, check which package applies to your machine, and download the appropriate version for your specific machine.
-
Install Visual Studio Code: Download and install Visual Studio Code from here.
-
Open the Project in Visual Studio Code: Once installed, open Visual Studio Code and navigate to the cloned project directory.
-
Launch the Integrated Terminal: Open the integrated terminal in Visual Studio Code (View -> Terminal).
-
Navigate to the 'JS' Directory: Change your working directory to the 'JS' directory within the project.
cd JS
-
Install Dependencies: Run the following command to install any project dependencies:
npm install
-
Run the Project: After installing the dependencies, you can run the JavaScript application using the following command:
npm start
Download the Live server Extension from the VS Code extensions tab, navigate into the mealdDB.html file, Right click anywhre within in the mealDB.html file and click on the Open Live Server button to open the Applications Website in your Default Browser.