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).
view live on Omnifood-redone.
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-redone.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-redone
- Open the project in your Editor(Visual Studio Code)
code .
- 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.