Skip to content

BA-atomic/omnifood-redone

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 my version of the Omnifood website, built with html,css and Javascript.This project involved comprehensive website reconstruct. I made changes to the color composition, added new Javascript functionalities(animations).

Page URL

view live on Omnifood-redone.

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-redone.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-redone
  1. Open the project in your Editor(Visual Studio Code)
code .
  1. Open the Project in Your Browser Since the project is built with mainly 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