untitled-5703
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://angelaphiri--d09fd41630f011f08056569c3dd06744.web.val.run
A simple application that allows users to:
- Post job opportunities
- View job listings
- Participate in a public chat room to discuss opportunities
- Job posting creation and listing
- Real-time public chat room
- Simple username-based authentication
- Responsive design with Tailwind CSS
├── backend/
│ ├── database/
│ │ ├── migrations.ts # Schema definitions
│ │ └── queries.ts # DB query functions
│ ├── index.ts # Main API entry point
├── frontend/
│ ├── index.html # Main HTML template
│ ├── index.js # Frontend JS
│ └── style.css # Additional styles
└── shared/
└── types.ts # Shared types
- Backend: Hono, SQLite
- Frontend: HTML, JavaScript, Tailwind CSS
- Data Storage: Val Town SQLite