FreelanceHub - Digital Professional Community Platform

A comprehensive platform for freelancers and virtual assistants to connect, collaborate, and grow their businesses.

Features

  • Job Board: Post and browse job opportunities
  • Professional Profiles: Showcase skills, experience, and portfolio
  • Real-time Chat: Community discussion room for networking and collaboration
  • User Authentication: Secure login and profile management
  • Responsive Design: Works seamlessly on desktop and mobile

Project Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Database schema setup
│   │   └── queries.ts       # Database query functions
│   ├── routes/
│   │   ├── auth.ts         # Authentication endpoints
│   │   ├── jobs.ts         # Job posting endpoints
│   │   ├── profiles.ts     # User profile endpoints
│   │   └── chat.ts         # Chat/messaging endpoints
│   └── index.ts            # Main Hono server
├── frontend/
│   ├── components/
│   │   ├── App.tsx         # Main application component
│   │   ├── JobBoard.tsx    # Job listings and posting
│   │   ├── ProfileCard.tsx # User profile display
│   │   ├── Chat.tsx        # Real-time chat component
│   │   └── Navigation.tsx  # App navigation
│   ├── index.html          # Main HTML template
│   ├── index.tsx           # Frontend entry point
│   └── style.css           # Custom styles
└── shared/
    └── types.ts            # Shared TypeScript interfaces

Tech Stack

  • Backend: Hono (TypeScript API framework)
  • Frontend: React 18.2.0 with TypeScript
  • Database: SQLite
  • Styling: TailwindCSS
  • Real-time: WebSocket for chat functionality

Getting Started

The application is automatically deployed on Val Town. Access the main interface through the HTTP endpoint.