Skip to content

BA-atomic/Omnifood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omnifood Portfolio website

About project

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.

Page URL

view live on Omnifood.

Getting Started

Follow these steps on how get the project from the GitHub repository and successfully run it locally on your computer.

Prerequisites

Steps to Clone and Run Locally:

  1. 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.

  1. Navigate to the project Folder After cloning,navigate to the project directory:
cd Omnifood
  1. Open the project in your Editor(Visual Studio Code)
code .
  1. 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.

VS Code Screenshot