- This project is a podcast page in which you can search for any podcast or author with a colorful theme.
- You can check the website here Demo
- Install the packages by the following command
npm install
#or
yarn install
- Run the project by the following command
npm run dev
# or
yarn dev
- Open http://localhost:3000 with your browser to see the result.
- This project uses Varcel for the deployment.