Global Radio is a web application that allows users to tune into radio stations from around the world. The platform provides an interactive interface for discovering, saving, and listening to radio broadcasts globally.
- Next.js: React framework for server-rendered applications
- TypeScript: Static type-checking for JavaScript
- Tailwind CSS: Utility-first CSS framework for styling
- Three.js: JavaScript 3D library
- Browse radio stations from different countries
- Responsive design for all devices
- Real-time streaming of radio content
- Node.js (v16 or later)
- pnpm
- Clone the repository
git clone https://github.com/yourusername/radio.git
cd radio
- Install dependencies
pnpm install
- Start the development server
pnpm dev
- Open http://localhost:3000 with your browser to see the result.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request