Simple Radio App is a web client of Radio-Browser. This project was created using React, Tailwind CSS and was deployed on Netlify.
You can check demo on simple-react-radio.netlify.app
For development, you will only need Node.js and a node global package, Yarn, installed in your environement.
git clone https://github.com/hrypasato/radio-app.git
cd radio-app
npm ci
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.