Skip to content

ShawnRSidwell/fast-react-pizza

Repository files navigation

Fast React Pizza

Welcome to my pizza restaurant!

Table of Contents

Introduction

This website is a practice project to showcase a pizza resturant menu that allows for ordering and adding additional services to that order.

Features

  • Order Shopping Cart: Able to create a cart and checkout.
  • Dynamic Rendering: Code is easily editable to add more pizzas to the menu.
  • Responsive Design: Ensure the website is accessible and looks great on various devices and screen sizes.

Technologies Used

  • React: JavaScript library for building user interfaces.
  • JavaScript: Implement interactivity and functionality.
  • Vite: Fast build tool for modern web development.
  • HTML/CSS: Structure and style the web pages.

Setup

To set up the project locally, follow these steps:

  1. Clone the repository:

    https://github.com/ShawnRSidwell/fast-react-pizza.git

  2. Navigate to the project directory:

    cd portfolio

  3. Install dependencies:

    npm install

Usage

To run the project locally, use the following command:

npm run dev

This will start the development server. You can then view the website by navigating to http://localhost:5173/portfolio/ in your web browser.

Deployment

To deploy the website, follow these steps:

  1. Build the project:

    npm run build

  2. Deploy the generated dist directory to GitHub Pages or your preferred hosting platform.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published