https://github.com/nikkipurcell/pizza-client-app
A react project for a Pizza restaurant.
https://github.com/nikkipurcell/pizza-client-app
eslint prettier react tanstack-react-query tanstack-router vitejs vitest
Last synced: 3 months ago
JSON representation
A react project for a Pizza restaurant.
- Host: GitHub
- URL: https://github.com/nikkipurcell/pizza-client-app
- Owner: nikkipurcell
- Created: 2025-03-03T23:33:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T00:08:58.000Z (over 1 year ago)
- Last Synced: 2025-05-30T20:50:15.869Z (about 1 year ago)
- Topics: eslint, prettier, react, tanstack-react-query, tanstack-router, vitejs, vitest
- Language: JavaScript
- Homepage:
- Size: 15.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pizza-client-app
This is a React project for a Pizza restaurant. The restaurant is called Padre Gino's Pizza. Live url is here: [https://exquisite-dasik-06aac0.netlify.app/](https://exquisite-dasik-06aac0.netlify.app/)
## About
The website displays a homepage, with links to an order page, past orders page and a contact page. This was part of the React Training v19 (React v9 from Brian Holt).
## Tech Stack
React v19, TanStack Router, TanStack Query, Vite, ESLint, Prettier, ViTest, React Compiler. Happy dom and playwrite were used for browser and node test files.
## Server Data
The server data exists on Render remotely hosted. Locally it uses the fastify server data in api folder outside the React repo.
## Hosting
This app will be hosted on Netlify.
## Updating Code
After making changes in the repo, and committing changes to Git, push to remote.
Changes to remote Github can trigger a redeploy on Netlify. If not login and go to project and manually deploy to see the latest changes.