Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.06 KB

README.md

File metadata and controls

57 lines (42 loc) · 1.06 KB

Flow

Project made with React using Typescript where you can create your account and add or delete some Podcasts Cards.

Version License: ISC Twitter: Lucianompjr

Usage Front-End

First Install the components with

npm install
# or
yarn add

Then run with

npm start
# or
yarn start

Usage Back-End

First install the dependencies with

npm install
# or
yarn add

Then run with

npm run dev
# or
yarn dev

Screenshots

initial page background

Login Page

List of Podcasts

Create Podcast Form