Public
Like
ALX_PJ1
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://thetechieguy--ccb679143f6311f0a1fc76b3cceeab13.web.val.run
A full-stack application for posting job opportunities and discussing them in a public chat room.
- Job Postings: Create, view, and manage job postings
- Public Chat: Real-time chat room for discussing opportunities
- Responsive Design: Works on desktop and mobile devices
β server
βββ frontend/
β βββ components/
β β βββ App.tsx # Main application component
β β βββ JobBoard.tsx # Job listings component
β β βββ JobForm.tsx # Job posting form
β β βββ ChatRoom.tsx # Chat interface
β βββ index.html # Main HTML template
β βββ index.tsx # Frontend entry point
βββ shared/
βββ types.ts # Shared TypeScript types
GET /api/jobs
- Get all job postingsPOST /api/jobs
- Create a new job postingGET /api/chat/messages
- Get chat messagesPOST /api/chat/messages
- Send a chat message
The app is automatically deployed on Val Town. Visit the HTTP endpoint to use the application.