This project is a web application designed for global listeners who want to access and listen to various radio streams. Utilizing specific API endpoints, this app lists radio stations and provides additional information, including stream URLs for each station.
- 📡 Radio Station Listing: Display a list of radio stations from a predefined API.
- 🔍 Station Details: Fetch and display additional information for each station.
- 📱 Responsive Design: Ensures a smooth user experience across various devices.
- 🧪 Basic Unit Testing: Includes tests for key components and functionalities.
- List Stations:
https://75750e17-4c6f-43f1-9a65-e4290c99700a.mock.pstmn.io/stations
- Station Details:
https://75750e17-4c6f-43f1-9a65-e4290c99700a.mock.pstmn.io/station/{slug}
(e.g.,.../station/capital
)
This project was bootstrapped with Create React App.
- Node.js
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/AdrianGeorgeM/global-fe-tech-test.git
- Navigate to the project directory:
cd global-fe-tech-test
- Install dependencies:
npm install
-
Development Mode:
npm start
This runs the app in development mode. Open http://localhost:3000 to view it in the browser.
-
Build for Production:
npm run build
Builds the app for production to the
build
folder.
Run the following command to execute unit tests:
npm test
For more information on deployment, refer to the Create React App Deployment Documentation.
To learn more about React and Create React App, visit the React Documentation and the Create React App Documentation.