Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddi3ms/delivery-fd
https://github.com/eddi3ms/delivery-fd
axios next14 react react-hook-forms react-query shadcn-ui tailwindcss zod zustand
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/eddi3ms/delivery-fd
- Owner: Eddi3MS
- Created: 2024-06-16T21:06:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T12:16:01.000Z (5 months ago)
- Last Synced: 2024-12-12T16:09:52.144Z (about 2 months ago)
- Topics: axios, next14, react, react-hook-forms, react-query, shadcn-ui, tailwindcss, zod, zustand
- Language: TypeScript
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Delivery Frontend
## Pages done
- Sign up
- Sign in## Pages to do
### Public
- Home w/ featured
- Products List
- Product Details### Auth User
- Cart
- Profile & Addresses
- Orders List
- Order Details### Auth Admin
- Orders List
- Order Details
- Products List
- Product Details
- Categories List# Tech
### Frontend
- Next.js & react
### HTTP
- Axios / React-Query
### Global State Management
- Zustand
### Realtime
- Socket-io
### Validations
- Zod