URL: https://pathoma-hub.vercel.app
Description
Pathoma Hub is a web app that provides access to all 19 topics from the Pathoma Pathology series in one organized place.
The project is built to make learning pathology easier by combining a clean interface with smooth video playback and navigation.
I do not own or claim any rights to these materials. All rights and ownership belong to Pathoma.
- Access to all 19 Pathoma pathology topics.
- Simple, clean UI built with Tailwind + shadcn-ui.
- Responsive design (works on desktop and mobile).
- Custom video player integration.
- Vite – fast development and build tool.
- TypeScript – type-safe codebase.
- React – component-based UI framework.
- shadcn-ui – modern UI components.
- Tailwind CSS – utility-first styling.
To run this project locally:
# Step 1: Clone the repository
git clone <YOUR_GIT_URL>
# Step 2: Navigate into the project folder
cd pathoma-hub
# Step 3: Install dependencies
npm install
# Step 4: Start the development server
npm run dev