jmaestree / podcasts-app

An integration with Apple podcasts API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Podcasts app

This project was bootstrapped with Create React App.

Available scripts

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run start:pro

Runs the app in the production mode (executing the app built on /build folder).
Open http://localhost:3000 to view it in the browser.

NOTE: This command should be executed after running the npm run build command

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\

πŸ“‚ Directory overview

β”œβ”€β”€ [+] public/                       # Static and public files
β”œβ”€β”€ [+] src/
β”‚    β”œβ”€β”€ /api                           # Contain interfaces, DTO's and services used for retrieving data from API's
β”‚    β”œβ”€β”€ /components                    # Components of the app
β”‚    β”œβ”€β”€ /routes                        # Contains router configuration and routes/screens
β”‚    β”œβ”€β”€ /utils                         # Utilities shared accross the app
β”‚    β”œβ”€β”€ index.css                      # Styles of the app
β”‚    └── index.tsx                      # Main entry point of the app
β”œβ”€β”€ .gitignore                        # Git ignore config
β”œβ”€β”€ .prettierrc.js                    # Prettier config
β”œβ”€β”€ package.json
β”œβ”€β”€ README.md                         # Inception
β”œβ”€β”€ tailwind.config.js                # Tailwind config
└── tsconfig.json                     # Typescript config

About

An integration with Apple podcasts API


Languages

Language:TypeScript 94.3%Language:HTML 2.5%Language:CSS 2.1%Language:JavaScript 1.1%