untitled-5154
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.
index.ts
https://Heshuwell--cf9969e03f8411f08cbc76b3cceeab13.web.val.run
A modern job posting website where employers can post jobs and job seekers can apply and chat with employers.
- π Job posting and management
- π₯ User authentication and profiles
- π¬ Real-time chat between employers and job seekers
- π Job search and filtering
- π± Responsive design
βββ backend/
β βββ database/
β β βββ migrations.ts # Database schema
β β βββ queries.ts # Database operations
β βββ routes/
β β βββ auth.ts # Authentication routes
β β βββ jobs.ts # Job CRUD operations
β β βββ chat.ts # Chat functionality
β β βββ static.ts # Static file serving
β βββ index.ts # Main Hono app
βββ frontend/
β βββ components/
β β βββ App.tsx # Main app component
β β βββ JobList.tsx # Job listings
β β βββ JobForm.tsx # Job posting form
β β βββ Chat.tsx # Chat interface
β β βββ Auth.tsx # Login/register
β βββ index.html # Main HTML template
β βββ index.tsx # Frontend entry point
βββ shared/
βββ types.ts # Shared TypeScript types
- Backend: Hono (TypeScript API framework)
- Frontend: React with TypeScript
- Database: SQLite
- Styling: TailwindCSS
- Real-time: Server-Sent Events for chat
- The backend runs on
/backend/index.ts
as an HTTP val - Visit the root URL to access the job board
- Register as either an employer or job seeker
- Employers can post jobs, job seekers can apply and chat