Final project for neuefische web dev bootcamp
This app gives you the opportunity to listen to your favorite podcasts. It also alleviates the process of finding new inspiring ones. You can search through the whole catalog by specific categories or specify your own search. Enjoy each podcast with an easy to use audio player.
You can find the hosted version on vercel: This demo is optimized for mobile screens. Demo Version
- React
- React Hooks
- React Router
- Axios
- Vercel
- Authentication
- Serverless Functions
- Hosting
- PropTypes
- Styled Components
- Storybook
- React Testing Library
- Jest
- Cypress Component Tests
- Recoil
- Node.js
- Web Audio Api
-
Clone this repository.
-
Install all npm dependencies
npm install
-
To run the app in development mode npm start, then open http://localhost:3000 to view it in the browser
-
To run Storybook
npm run storybook
-
To run unit and component tests
npm test
-
To run Cypress tests
npm run cypress
-
Create a build ready for deployment to firebase
npm run build