• Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
jibolad1

jibolad1

LearnEasy

Public
Like
LearnEasy
Home
Code
3
backend
1
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 milliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
6/2/2025
Viewing readonly version of main branch: v3
View latest version
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
FeaturesVersion controlCode intelligenceCLIMCP
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
© 2026 Val Town, Inc.