Skip to content

Bootstrap site using mealdb.js api to Randomize a dish using a main ingredient and order tracker

Notifications You must be signed in to change notification settings

hashimaziz88/Chefs-Favourite-Meals-Order-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chefs-Favourite-Meals-Order-Tracker

Bootstrap site using mealdb.js api to Randomize a dish using a main ingredient and order tracker

chefsFavouriteMeals

Directory structure

├── HTML
│   └── mealDB.html
├── images
│   └── restuarantImage.jpg
├── JS
│   └── mealDB.js
├── README.md

Usage

Cloning the Repository:

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.

Requirements for Project to Run:

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.

Setting Up and Running the Project:

  1. Install Visual Studio Code: Download and install Visual Studio Code from here.

  2. Open the Project in Visual Studio Code: Once installed, open Visual Studio Code and navigate to the cloned project directory.

  3. Launch the Integrated Terminal: Open the integrated terminal in Visual Studio Code (View -> Terminal).

  4. Navigate to the 'JS' Directory: Change your working directory to the 'JS' directory within the project.

    cd JS
  5. Install Dependencies: Run the following command to install any project dependencies:

    npm install
  6. 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.


About

Bootstrap site using mealdb.js api to Randomize a dish using a main ingredient and order tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published