Omnifood is a single-page website that introduces a product, built with pure HTML, CSS, and JavaScript. This project is part of a Udemy course and serves as a demonstration of fundamental web development skills.
Check out the live demo: Omnifood Demo
- Single-Page Layout: The website is designed as a single-page application for a smooth and simple user experience.
- Product Introduction: Highlights key features and information about the product.
- Clean Codebase: Built using only HTML, CSS, and JavaScript, without external frameworks.
- HTML: Structure and layout.
- CSS: Styling and design.
- JavaScript: Interaction and dynamic content.
Follow the instructions below to set up and view the project locally.
- A modern web browser.
-
Clone the repository:
git clone https://github.com/yourusername/omnifood.git -
Navigate to the project directory:
cd omnifood -
Open the
index.htmlfile in your web browser to view the project:open index.html
This project is licensed under the MIT License. See the LICENSE file for more details.
- Part of a Udemy course.