Ahzem / FusionFeast

FusionFeast is E-Commerce Website for a Restuarant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FusionFeast E-Commerce Platform πŸ•πŸ”πŸΉ

Welcome to FusionFeast, a trendy and modern e-commerce platform for a variety of delicious dishes and drinks! This platform allows users to explore a fusion of flavors and conveniently order their favorite items online.

GitHub repo size GitHub stars GitHub forks

Project Overview

Screenshot 2023-12-24 181132

FusionFeast is developed as part of the Continuous Assessment 02 for the Web Technologies course at the Institute of Technology, University of Moratuwa. The project combines a visually appealing frontend using a customized template with enhanced features implemented in JavaScript and PHP for a seamless user experience.

Features

  • User-Friendly Interface: A visually stunning homepage showcases featured items, including Pizza, Pasta, Avocado Toast, Sushi Burritos, Acai Bowls, and more.

  • Categorized Menu: Easily navigate through categories like Pizza, Burger, Drinks, Chicken, and others for a streamlined shopping experience.

  • Authentication System: Users must sign in or sign up to shop, ensuring a personalized and secure experience.

  • Shopping Cart: Add items to your cart, view and customize selections, and easily adjust quantities before proceeding to checkout.

  • Dynamic Updates: JavaScript dynamically updates the cart and catalog as users interact with the platform.

  • Secure Checkout: A streamlined checkout process guides users through address entry, payment details, and order confirmation.

  • Responsive Design: Enjoy a seamless experience on various devices, making it convenient for users on the go.

How to Run the Project

  1. Prerequisites:

    • Install a web server environment like XAMPP or WAMP.
    • Install Git to clone the repository.
  2. Clone the Repository:

    git clone https://github.com/Ahzem/FusionFeast.git
  3. Setup Database:

    • Follow the instructions
      • Go to phpMyAdmin
      • Create a database named fusion_db
      • Import the fusion_db.sql file in the assetes/DataBase folder
      • Create a user name and password for the database
      • Grant all privileges to the user
      • If you want to use a different database name, user name, or password, you can change them in each PHP file in the assets/php folder
  4. Run the Project:

    • Open the project in your preferred web server environment.
    • For XAMPP, copy the project folder to the htdocs folder in the XAMPP installation directory.
    • For WAMP, copy the project folder to the www folder in the WAMP installation directory.
    • Start the Apache and MySQL services.
    • Open a web browser and go to localhost/FusionFeast to view the homepage.
  5. Explore and Enjoy!:

    • Visit the homepage and start exploring the FusionFeast of flavors.

Contributing

If you have ideas for improvements or new features, feel free to contribute! Fork the repository, make your changes, and submit a pull request.

Credits


linkedin facebook-new instagram-new twitter pinterest medium-logo youtube-play behance dev tree

or connect with

gmail telegram-app--v1 stackoverflow

Thank you for checking out FusionFeast! Enjoy your virtual culinary journey! πŸŽ‰πŸ½οΈ

About

FusionFeast is E-Commerce Website for a Restuarant


Languages

Language:HTML 65.0%Language:CSS 27.7%Language:JavaScript 5.1%Language:PHP 2.1%