Project made with React using Typescript where you can create your account and add or delete some Podcasts Cards.
First Install the components with
npm install
# or
yarn add
Then run with
npm start
# or
yarn start
First install the dependencies with
npm install
# or
yarn add
Then run with
npm run dev
# or
yarn dev