https://github.com/jogit82/pizza
This is a web app with features like pizza of the day promotion, online pizza order, checkout and past order page.
https://github.com/jogit82/pizza
css3 hooks html javascript react tanstack-react-query tanstack-router testing vite
Last synced: 3 months ago
JSON representation
This is a web app with features like pizza of the day promotion, online pizza order, checkout and past order page.
- Host: GitHub
- URL: https://github.com/jogit82/pizza
- Owner: jogit82
- Created: 2024-11-14T04:12:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-14T05:44:17.000Z (over 1 year ago)
- Last Synced: 2025-03-05T17:16:52.237Z (over 1 year ago)
- Topics: css3, hooks, html, javascript, react, tanstack-react-query, tanstack-router, testing, vite
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React 19 web app - with Vite
- API is in a separate repository
### Tools (saved in package.json)
- NPM
- Prettier
- ESLint
- Vite
### React Concepts (v18)
- JSX
- Hooks
- Effects
- Dev Tools
- Custom Hooks
- Handling User Inputs
- Context
- Portals
- Error Boundaries
- Uncontrolled Forms
### React Concepts (v19)
- Form Actions
- use and Suspense
### Ecosystem
- TanStack Router
- TanStack Query
### Testing
- Vitest
- Basic React Tests
- Testing User Interaction
- Testing Custom Hooks
- Snapshot Testing
- v8
- Vitest UI
- Browser Tests