FeaturesTemplatesShowcaseTownie
AI
BlogDocsPricing
Log inSign up
jibolad1
jibolad1LearnEasy
Public
Like
LearnEasy
Home
Code
4
backend
3
frontend
5
shared
1
README.md
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
Sign up now
Code
/
Code
/
Search
README.md

Student Tutoring Platform

A comprehensive peer-to-peer tutoring platform for students to offer and request academic help.

Features

  • Skill Profiles: Students can list their subject expertise and mastery levels
  • Post Feed: Request help with specific subjects (e.g., "Can someone teach me Biology?")
  • Built-in Chat: Direct messaging for arranging tutoring sessions
  • Location-Based Groups: Separate groups for different schools/levels
  • Reputation System: Star ratings based on tutoring success and exam results

Project Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Database schema setup
│   │   └── queries.ts       # Database query functions
│   ├── routes/
│   │   ├── auth.ts         # Authentication routes
│   │   ├── posts.ts        # Post feed management
│   │   ├── chat.ts         # Messaging system
│   │   ├── users.ts        # User profiles and skills
│   │   └── static.ts       # Static file serving
│   └── index.ts            # Main API entry point
├── frontend/
│   ├── components/
│   │   ├── App.tsx         # Main application
│   │   ├── PostFeed.tsx    # Help request feed
│   │   ├── Chat.tsx        # Messaging interface
│   │   ├── Profile.tsx     # User profile management
│   │   └── SkillCard.tsx   # Skill display component
│   ├── index.html          # Main HTML template
│   ├── index.tsx           # Frontend entry point
│   └── style.css           # Custom styles
└── shared/
    └── types.ts            # Shared TypeScript types

Getting Started

  1. The backend runs on Hono with SQLite for data storage
  2. Frontend uses React with TailwindCSS for styling
  3. Real-time features use polling for simplicity
  4. Authentication uses simple session-based auth

API Endpoints

  • GET / - Serve the main application
  • POST /api/auth/login - User authentication
  • GET /api/posts - Get help request posts
  • POST /api/posts - Create new help request
  • GET /api/chat/:userId - Get chat messages
  • POST /api/chat - Send message
  • GET /api/users/profile - Get user profile
  • PUT /api/users/skills - Update user skills
Code
backendfrontendsharedREADME.md
Go to top
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Product
FeaturesPricing
Developers
DocsStatusAPI ExamplesNPM Package Examples
Explore
ShowcaseTemplatesNewest ValsTrending ValsNewsletter
Company
AboutBlogCareersBrandhi@val.town
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.