readme
This commit is contained in:
parent
358e60d61a
commit
7cff3b1f4a
1 changed files with 43 additions and 0 deletions
43
readme.md
Normal file
43
readme.md
Normal file
|
|
@ -0,0 +1,43 @@
|
||||||
|
# Padre Gino's Pizza
|
||||||
|
|
||||||
|
Padre Gino's Pizza is a web application for ordering pizzas online. This project is built using React, Vite, and TanStack Router. It includes features such as viewing the pizza of the day, creating orders, viewing past orders, and submitting contact forms.
|
||||||
|
|
||||||
|
## installation
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run build
|
||||||
|
```
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run test
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Key Files and Directories
|
||||||
|
|
||||||
|
App.jsx: The main entry point of the React application.
|
||||||
|
Cart.jsx: Component for displaying the cart.
|
||||||
|
contexts.jsx: Context for managing the cart state.
|
||||||
|
ErrorBoundary.jsx: Error boundary component.
|
||||||
|
Header.jsx: Header component with navigation.
|
||||||
|
Modal.jsx: Modal component for displaying modals.
|
||||||
|
Pizza.jsx: Component for displaying a pizza.
|
||||||
|
PizzaOfTheDay.jsx: Component for displaying the pizza of the day.
|
||||||
|
api: Directory containing API functions.
|
||||||
|
routes: Directory containing route components.
|
||||||
|
__tests__: Directory containing tests.
|
||||||
Loading…
Add table
Reference in a new issue