Skip to content

A web app built with React 18 that lets you play the top 100 US iTunes podcasts.

Notifications You must be signed in to change notification settings

intellimat/iTunes-podcasts

Repository files navigation

iTunes Podcasts

An app that lets you view and play top 100 us podcasts from iTunes.

Visit: https://itunes-podcasts-pi.vercel.app

Engines

  • Node ^18.14.0
  • NPM ^9.3.1

Run Locally

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

Build it and serve it

Install dependencies

  npm install

Build (dist folder will be created)

  npm run build

Serve it locally

  npm run preview

Stack

  • vite
  • typescript
  • react 18
  • react-router-dom
  • react-query (@tanstack)
  • persistQueryClient (@tanstack)
  • chakraUI

About

A web app built with React 18 that lets you play the top 100 US iTunes podcasts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published