Jop-App
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://Nixee--fe18301c31a111f09fa7569c3dd06744.web.val.run
A Val Town application that allows users to:
- Post job opportunities
- Browse existing job postings
- Participate in a public chat room to discuss opportunities
- Job Postings: Create, view, edit, and delete job listings
- Public Chat: Real-time chat room for discussing opportunities
- Simple Authentication: Basic user identification for posting jobs and chatting
├── backend/
│ ├── database/ # SQLite database setup and queries
│ ├── routes/ # API endpoints
│ └── index.ts # Main entry point
├── frontend/
│ ├── components/ # Frontend components
│ ├── index.html # Main HTML page
│ ├── index.js # Frontend JavaScript
│ └── style.css # Styles
└── shared/ # Shared types and utilities
- Backend: Hono, SQLite
- Frontend: HTML, JavaScript, Tailwind CSS
- Storage: Val Town SQLite
Visit the HTTP endpoint to access the job board and chat interface.