An open API service indexing awesome lists of open source software.

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.

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