/open-next-podcast

his is a NextJS Project that let you list all your favorite Podcast from audioBoom API.

Primary LanguageJavaScript

Podcast From AudioBoom API

This is a NextJS Project that let you list all your favorite Podcast from audioBoom API.

This project is kind of a fork of this project but the idea is to build it on Nextjs Framework and explore all the good things that it has.

This project was made as a learning process of different technologies like:

  • SSR with ExpressJS and React
  • DDD
  • TDD
  • SSG Static site Generator

Project Structure

This is How the strucutre of the project looks like:

src/
    app/
    core/

assets/    
test/
browser/
server/
  • src/app/ all the files relate of React Components
  • src/core/ the whole files relate of Podcast as a domain rules
  • assets/ all the estatics like CSS files an images
  • test/ the tests of the core

Do you want to contribute?

Just do the next steps:

  1. Clone the project:
 git clone https://github.com/arodrigueze0215 podcast-filter-react-SSR.git
  1. Install the dependencies:
npm install

Run the application

npm run start

🐞 Did you find some issue o improvment?

Feel free to contribute and do whatever to consider better to this project.