Toy Store Website

A complete e-commerce website for a toy store business built on Val Town.

Features

  • Responsive design that works on mobile and desktop
  • Product catalog with categories
  • Product detail pages
  • Shopping cart functionality
  • Contact form
  • Featured products on homepage

Project Structure

  • backend/index.ts - Main HTTP entry point and API routes
  • backend/database/ - Database setup and queries
  • frontend/ - All frontend assets (HTML, CSS, JS)
  • shared/ - Shared types and utilities

Technologies Used

  • Backend: Hono framework with SQLite database
  • Frontend: HTML, JavaScript with TailwindCSS for styling
  • Storage: Val Town SQLite for product data

Getting Started

The website is accessible via the HTTP endpoint. The main page displays featured products and navigation to browse the full catalog.