At_your_doorstep
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
index.ts
https://TechEnthusiast--db7aa87a3f9111f0831576b3cceeab13.web.val.run
A full-stack grocery delivery application built with Hono backend and React frontend.
- Browse products by grocery store aisles/categories
- Add items to cart with quantity selection
- Real-time cart updates
- Checkout process with order summary
- Responsive design with TailwindCSS
├── backend/
│ ├── database/
│ │ ├── migrations.ts # Database schema and sample data
│ │ └── queries.ts # Database query functions
│ ├── routes/
│ │ ├── products.ts # Product API endpoints
│ │ └── orders.ts # Order/checkout endpoints
│ └── index.ts # Main Hono server
├── frontend/
│ ├── components/
│ │ ├── App.tsx # Main app component
│ │ ├── ProductGrid.tsx # Product display grid
│ │ ├── Cart.tsx # Shopping cart component
│ │ └── Checkout.tsx # Checkout form
│ ├── index.html # Main HTML template
│ └── index.tsx # Frontend entry point
└── shared/
└── types.ts # Shared TypeScript types
- 🥬 Produce (Fruits & Vegetables)
- 🥩 Meat & Seafood
- 🥛 Dairy & Eggs
- 🍞 Bakery
- 🥫 Pantry & Canned Goods
- ❄️ Frozen Foods
- 🥤 Beverages
- 🍿 Snacks & Candy
- The backend runs on Hono with SQLite for data storage
- Frontend uses React with TailwindCSS for styling
- Access the app via the HTTP trigger endpoint