Public
Like
JobChatApp
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://cipher--c9bfce8c329211f09cbf569c3dd06744.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
- Public chat room for discussing opportunities
- Simple authentication (username only)
- Responsive design with Tailwind CSS
├── backend/
│ ├── database/
│ │ ├── migrations.ts # Schema definitions
│ │ └── queries.ts # DB query functions
│ ├── routes/ # Route modules
│ │ ├── jobs.ts # Job posting endpoints
│ │ ├── chat.ts # Chat endpoints
│ │ └── static.ts # Static file serving
│ └── index.ts # Main entry point
├── frontend/
│ ├── components/
│ │ ├── JobForm.js # Job posting form
│ │ ├── JobList.js # Job listings
│ │ └── ChatRoom.js # Chat interface
│ ├── index.html # Main HTML template
│ └── app.js # Frontend JS entry point
└── shared/
└── types.ts # Shared types and interfaces
- Visit the app URL
- Enter your username to participate
- Browse job listings or switch to the chat tab
- Post new job opportunities using the "Post a Job" form
- Discuss opportunities in the chat room