This project is a podcast streaming app scaffolded with Vite and React.
- Modern React app using Vite for fast development
- Routing with
react-router-dom
- Audio playback with
react-h5-audio-player
- API requests with
axios
- Install dependencies:
npm install
- Start the development server:
npm run dev
src/components/
— Reusable UI componentssrc/pages/
— Page components for routingsrc/assets/
— Static assets (images, etc.)
- Update podcast data source and UI as needed.
- Replace placeholder assets with your own.
This project was bootstrapped with Vite's React template.