Estateskillsearch
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.
Viewing readonly version of main branch: v12View latest version
A simple platform for users to input their skills and specify whether they're offering or requesting help.
- User registration with username and skill
- Toggle between "offer" and "request" modes
- Store submissions in SQLite database
- View all submissions
backend/- Hono API serverfrontend/- React frontend with formshared/- Shared types and utilities
GET /- Serve frontendPOST /api/submissions- Create new submissionGET /api/submissions- Get all submissions
- Enter your username
- Specify your skill
- Choose whether you're offering or requesting help
- Submit the form