Play is a podcast listener app built using ReactJS, Redux, and styled with TailwindCSS
Use the following commands to install dependencies and run the app locally.
After you clone the repository, run the following command inside the app directory.
Install dependencies:
npm install
Deploy Locally
npm start
If you're trying to hire me and want to assess my technical ability or if you want to listen to any of the podcasts in the app.
- ReactJS
- Redux
- Tailwind
- Text is truncated via JS and not CSS
- Need to purge unused CSS from Tailwind's output
- No tests written
- Ideally I'd write them in Jest
- General refactor for better legibility
- Maybe Typescript refactor one day? I hear it helps with unexpected bugs.