A modern podcast discovery platform that allows users to search, stream, and manage their favorite podcasts with a clean and intuitive interface.
- User Authentication: Secure login/signup with Clerk integration
- Podcast Search: Advanced search functionality to discover new podcasts
- Streaming: In-app podcast streaming with playback controls
- User Profiles: Personal dashboard to manage preferences
- Favorites: Save and organize favorite podcasts
- Responsive Design: Mobile-friendly interface
- Modern UI: Clean and intuitive user experience
- Frontend: Reflex Framework, HTML, CSS, JavaScript
- Backend: Python
- Authentication: Clerk
- Deployment: [Your deployment platform]
# Clone the repository
git clone https://github.com/your-username/podcast-platform.git
cd podcast-platform
# Install dependencies
pip install -r requirements.txt
# Run the application
reflex run