An app that lets you view and play top 100 us podcasts from iTunes.
Visit: https://itunes-podcasts-pi.vercel.app
- Node ^18.14.0
- NPM ^9.3.1
Clone the project
git clone https://github.com/intellimat/iTunes-podcasts.git
Go to the project directory
cd iTunes-podcasts
Install dependencies
npm install
Start the dev server
npm run dev
Install dependencies
npm install
Build (dist folder will be created)
npm run build
Serve it locally
npm run preview
- vite
- typescript
- react 18
- react-router-dom
- react-query (@tanstack)
- persistQueryClient (@tanstack)
- chakraUI