Welcome to my pizza restaurant!
This website is a practice project to showcase a pizza resturant menu that allows for ordering and adding additional services to that order.
- 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.
- 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.
To set up the project locally, follow these steps:
-
Clone the repository:
https://github.com/ShawnRSidwell/fast-react-pizza.git
-
Navigate to the project directory:
cd portfolio
-
Install dependencies:
npm install
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.
To deploy the website, follow these steps:
-
Build the project:
npm run build
-
Deploy the generated
dist
directory to GitHub Pages or your preferred hosting platform.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.