/podcasts

Primary LanguageJavaScript

🎙️ Podcast

Podcast is an app for listening the 100 best podcast on iTunes.

Search the podcast that you like and enjoy listening their last episodes.

💾 Tech Stack

As server side, we are using localStorage after fetching the data for providing a better user experience.

🖥️ Run locally

Clone the project

  git clone https://github.com/Manosfrias/podcasts.git

Go to the project directory

  cd podcasts

Install dependencies

  npm install

Start the development mode

  npm run dev

Open http://localhost:3000 with your browser to see the result.

🔬 Running Tests

To run tests, run the following command

  npm run test

☁️ Deployment

To deploy this project run

  npm run buld
  npm run start

Open http://localhost:3000 with your browser to see the result.

👩‍💻 Contributing

For contributing, the use of conventional commits are required. For making it easy, commitlint is added on the repository. Just run the next code on your terminal and follow the step by step guide.

  npm run commit

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.