Skip to content

Kat8dev/podcast-app-angular

Repository files navigation

Demo

To view the live demo follow this link: https://podcast-pet.netlify.app/podcasts Project image

PodcastApp

Welcome to the Podcast App! This application allows you to discover and explore podcasts of various genres. You can listen to episodes, view podcast details, and more.

Table of Contents

Getting Started

Welcome to Podcast app! This section will guide you through the steps to get the application up and running on your local machine.

Prerequisites

Before you begin, ensure you have the following prerequisites in place:

  • Node.js (LTS version recommended)
  • npm (usually comes with Node.js installation)
  • Angular CLI (for building and running Angular applications) This project was generated with Angular CLI version 16.0.4.

Installation

Follow these steps to install and set up the application:

  1. Clone the repository to your local machine: https://github.com/Kat8dev/podcast-app-angular.git
  2. Navigate to the project directory: cd podcast-app-angular
  3. Install the project dependencies using npm: npm install

Running the Application

To start the application locally, follow these steps:

  • Navigate to the project directory in your terminal.
  • Run the following command to start the development server: ng serve or ng serve --open

Testing

  1. Navigate to the project directory in your terminal.
  2. Run the following command to execute the unit tests via Karma: ng test

Contributing

Contributions are welcome! If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository on GitHub.
  2. Clone your forked repository to your local machine.
  3. Create a new branch for your feature or bug fix: git checkout -b feature/new-feature-name

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published