Skip to content

This is a domino's pizza concept app for my final project

Notifications You must be signed in to change notification settings

dominos-pizza-redesign/dominos_app

Repository files navigation

Domino's Pizza 3d Logo

Domino's Pizza Redesign App

🧾 Requirements

  1. Xampp >= 8.1.2
  2. Composer >= 2.2.6
  3. NodeJS >= 17.5.0
  4. npm >= 8.4.1

🔱 Reference

🚀 Quick start

  1. Create Database Create database with name dominos.

    Note: If you have custom database name, do not forget to change database name in .env file.

  2. Install depedencies

    Navigate into your new site’s directory and install it first.

    cd dominos
    npm install
    composer install
  3. Serve the application.

    php artisan serve
  4. Open the site on localhost!

    Your site is now running at http://localhost:8000 !

    Login with:

  5. Change the browser breakpoint

    Note: This website isn't responsive.

    for better experience change the browser breakpoint with this steps:

    1. inspect the website,
    2. toggle the device emulation by click Ctrl+Shift+M, or click on the top left of devtools,
    3. on the top of website, change the breakpoint to 393 x 786 or Pixel 3 XL

    Due to time constraints, we did not add responsive features to this website

  6. Learn more