mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-30 12:44:51 +00:00
Add README with app description and emoji styling
This commit is contained in:
parent
9ea8101e0f
commit
10f6a0a4ee
1 changed files with 91 additions and 0 deletions
91
README.md
Normal file
91
README.md
Normal file
|
|
@ -0,0 +1,91 @@
|
||||||
|
# 🎬 NUVIO Streaming App 🎬
|
||||||
|
|
||||||
|
A modern, beautiful streaming application built with React Native and Expo.
|
||||||
|
|
||||||
|
## ✨ Features
|
||||||
|
|
||||||
|
- 🚀 Fast, responsive UI with smooth animations
|
||||||
|
- 🎥 Stream movies and TV shows with ease
|
||||||
|
- 🔍 Powerful search functionality
|
||||||
|
- 📚 Organize your media in a personal library
|
||||||
|
- 📱 Cross-platform (iOS and Android)
|
||||||
|
- 🌙 Beautiful dark mode interface
|
||||||
|
- 🧩 Add-on system for extensibility
|
||||||
|
- 📅 Calendar for upcoming releases
|
||||||
|
- 📺 Video player with quality selection
|
||||||
|
|
||||||
|
## 📱 Screenshots
|
||||||
|
|
||||||
|
*Coming soon!*
|
||||||
|
|
||||||
|
## 🛠️ Tech Stack
|
||||||
|
|
||||||
|
- React Native
|
||||||
|
- Expo
|
||||||
|
- TypeScript
|
||||||
|
- React Navigation
|
||||||
|
- React Native Paper
|
||||||
|
- Expo Linear Gradient
|
||||||
|
- Expo Vector Icons
|
||||||
|
|
||||||
|
## 📋 Requirements
|
||||||
|
|
||||||
|
- Node.js 14+
|
||||||
|
- Expo CLI
|
||||||
|
- Android Studio (for Android development)
|
||||||
|
- Xcode (for iOS development, macOS only)
|
||||||
|
|
||||||
|
## 🚀 Getting Started
|
||||||
|
|
||||||
|
1. Clone the repository:
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/nayifleo1/NuvioExpo.git
|
||||||
|
cd NuvioExpo
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Install dependencies:
|
||||||
|
```bash
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Start the development server:
|
||||||
|
```bash
|
||||||
|
npx expo start
|
||||||
|
```
|
||||||
|
|
||||||
|
4. Run on your preferred platform:
|
||||||
|
- Press `a` for Android
|
||||||
|
- Press `i` for iOS (requires macOS)
|
||||||
|
- Scan the QR code with Expo Go on your device
|
||||||
|
|
||||||
|
## 🌟 Key Components
|
||||||
|
|
||||||
|
- **Home Screen**: Discover trending and recommended content
|
||||||
|
- **Discover Screen**: Browse through categories and genres
|
||||||
|
- **Library Screen**: Access your saved and watched content
|
||||||
|
- **Add-ons Screen**: Manage streaming sources
|
||||||
|
- **Settings Screen**: Customize your experience
|
||||||
|
|
||||||
|
## 🔮 Future Plans
|
||||||
|
|
||||||
|
- ⚡ Performance optimizations
|
||||||
|
- 🔐 User authentication
|
||||||
|
- 💾 Offline viewing
|
||||||
|
- 📢 Push notifications for new content
|
||||||
|
- 🌐 Multi-language support
|
||||||
|
|
||||||
|
## 🤝 Contributing
|
||||||
|
|
||||||
|
Contributions, issues, and feature requests are welcome!
|
||||||
|
|
||||||
|
## 📝 License
|
||||||
|
|
||||||
|
This project is licensed under the MIT License - see the LICENSE file for details.
|
||||||
|
|
||||||
|
## 🙏 Acknowledgements
|
||||||
|
|
||||||
|
Special thanks to all the open-source libraries and tools that made this project possible.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Built with ❤️ by the NUVIO team
|
||||||
Loading…
Reference in a new issue