This is a modern food website as part of an HTML and CSS course. It is designed to showcase delicious meals personalized based on your dietary preferences.
view live on Omnifood.
Follow these steps on how get the project from the GitHub repository and successfully run it locally on your computer.
- A code editor like Visual Studio Code.
- Git installed on your system.
- Clone the Repository open your terminal and run:
git clone https://github.com/BA-atomic/Omnifood.git
Now you can see the folder has been created in your directory.
- Navigate to the project Folder After cloning,navigate to the project directory:
cd Omnifood
- Open the project in your Editor(Visual Studio Code)
code .
- Open the Project in Your Browser Since the project is built with only HTML and CSS, no additional setup is required
-
if you're using Visual Studio Code, install the Live Server extension.
-
Right-click on
index.html
in the VS Code and select Open with Live Server. -
Alternatively,in the VS Code, click on the Go Live below and your project will open in your default browser, and the changes you make will reflect instantly.