Back to Projects

Computer Science Club Website

A home page for the LOHS Computer Science Club — member projects, a posts feed, realtime chat, and meeting management. Laravel and React, still in development.

Computer Science Club WebsiteComputer Science Club Website

I'm building the website for my school's Computer Science Club at lohs.dev. It's still in development and not released yet.

The stack is Laravel on the backend with React through Inertia and Tailwind on the frontend — one repo, PHP serving a React app with no separate API layer.

What's in it so far: a home page showing the latest member projects. A projects section where members post what they're building, request to join each other's projects with roles, and connect GitHub accounts. A posts feed with likes and view counts. A realtime chat with replies. A calendar of meetings and sessions with an admin panel to manage them, plus a TV page that pulls up the current meeting's slideshow for a room display. Members get @handle profile pages.

  • Aug 5, 2026

    Projects and collaboration

    Project posting with join requests, memberships, roles, and GitHub connections.

  • Aug 6, 2026

    Meetings and sessions

    Calendar with meetings, sessions, and an admin panel to manage them.

  • Aug 7, 2026

    Realtime chat

    Chat with replies, plus a TV display mode for meetings.

What's left

It isn't released yet. Workshop materials are still to build — everything above maps to routes and pages already in the repo.