Skip to content

frangaliana/podcaster

Repository files navigation

Podcaster App

Mini-application to listen to music podcasts from Apple API

Tech Stack

Client: React, React Router, SWR, styled-components, Vite and SWC

Testing: Jest and react-testing-library

Run Locally

Clone the project

  git clone https://github.com/frangaliana/podcaster

Go to the project directory

  cd podcaster

Install dependencies

  pnpm install

Start the server

  pnpm dev

Running Tests

To run tests, run the following command

  pnpm test

Build

To build in development mode, run the following command

  pnpm build:dev

To build in production mode, run the following command

  pnpm build:prod

License

MIT

About

Mini-application to listen to music podcasts from Apple API using React, styled-components, SWR, with Vite and testing with Jest and react-testing-library.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published