Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.41 KB

README.md

File metadata and controls

57 lines (42 loc) · 1.41 KB

Project logo

Playback | Podcast Listener


Play is a podcast listener app built using ReactJS, Redux, and styled with TailwindCSS

📝 Table of Contents

🏁 Getting Started

Use the following commands to install dependencies and run the app locally.

Installing Local

After you clone the repository, run the following command inside the app directory.

Install dependencies:

npm install

Deploy Locally

npm start

🎈 Usage

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.

⛏️ Built Using

  • ReactJS
  • Redux
  • Tailwind

✍️ Authors

☕ Stuff that needs work

  • 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.