This repo is the frontend for a fullstack website for finding and listening to over a 150 000 podcasts.
The website can be found here
- You can find podcasts via search, or by browsing a specific category.
- You can add a podcast to your favorites, so you can easily find it later. (requires login)
- You can add an episode to the episode queue, so that it playes after the current episode is finished.
- The episode queue can be re-ordered via drag and drop
- You can change the playback speed.
- Light and dark mode.
The frontend uses:
- Next js
- Tailwind
- shadcn/ui
The backend is written in rust and can be found here
git clone git@github.com:Epirius/DropPod.git
cd droppod
pnpm dev