• Townie
    AI
  • Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
Cee8880

Cee8880

Help

Public
Like
Help
Home
Code
4
backend
3
frontend
3
shared
1
README.md
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
Code
/
Search
index.ts
https://Cee8880--896022fa3fa411f0a13d76b3cceeab13.web.val.run
README.md

Job Board Application

A full-stack job posting application built with Val Town, featuring job creation, browsing, and management.

Features

  • πŸ“ Post new job listings
  • πŸ‘€ Browse all available jobs
  • πŸ” Search and filter jobs
  • πŸ“± Responsive design
  • πŸ’Ύ Persistent SQLite storage

Project Structure

β”œβ”€β”€ backend/
β”‚   β”œβ”€β”€ database/
β”‚   β”‚   β”œβ”€β”€ migrations.ts    # Database schema
β”‚   β”‚   └── queries.ts       # Database operations
β”‚   β”œβ”€β”€ routes/
β”‚   β”‚   └── jobs.ts         # Job-related API routes
β”‚   └── index.ts            # Main Hono server
β”œβ”€β”€ frontend/
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”œβ”€β”€ App.tsx         # Main React app
β”‚   β”‚   β”œβ”€β”€ JobForm.tsx     # Job posting form
β”‚   β”‚   β”œβ”€β”€ JobList.tsx     # Job listings display
β”‚   β”‚   └── JobCard.tsx     # Individual job card
β”‚   β”œβ”€β”€ index.html          # Main HTML template
β”‚   └── index.tsx           # Frontend entry point
β”œβ”€β”€ shared/
β”‚   └── types.ts            # Shared TypeScript types
└── README.md

Tech Stack

  • Backend: Hono (TypeScript API framework)
  • Frontend: React 18.2.0 with TypeScript
  • Database: SQLite
  • Styling: TailwindCSS
  • Platform: Val Town

API Endpoints

  • GET /api/jobs - Get all jobs
  • POST /api/jobs - Create a new job
  • GET /api/jobs/:id - Get a specific job
  • PUT /api/jobs/:id - Update a job
  • DELETE /api/jobs/:id - Delete a job

Getting Started

The application is automatically deployed on Val Town. The main entry point is backend/index.ts which serves both the API and frontend assets.

HTTP
  • index.ts
    Cee8880--89…13.web.val.run
Code
backendfrontendsharedREADME.md
FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Terms of usePrivacy policyAbuse contact
Β© 2025 Val Town, Inc.