Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhishekverma051/zenbeats
ZenBeats is a music app built with React Native using the Context API. It provides a seamless experience for browsing and playing audio files with a modern and intuitive interface. The app allows users to view a list of audio files, play selected tracks, and manage their playback.
https://github.com/abhishekverma051/zenbeats
context-api figma javascript react-native
Last synced: 28 days ago
JSON representation
ZenBeats is a music app built with React Native using the Context API. It provides a seamless experience for browsing and playing audio files with a modern and intuitive interface. The app allows users to view a list of audio files, play selected tracks, and manage their playback.
- Host: GitHub
- URL: https://github.com/abhishekverma051/zenbeats
- Owner: abhishekverma051
- Created: 2024-08-09T13:32:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T09:31:03.000Z (3 months ago)
- Last Synced: 2024-10-11T22:40:30.936Z (28 days ago)
- Topics: context-api, figma, javascript, react-native
- Language: JavaScript
- Homepage:
- Size: 9.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZenBeats
ZenBeats is a music app built with React Native using the Context API. It provides a seamless experience for browsing and playing audio files with a modern and intuitive interface. The app allows users to view a list of audio files, play selected tracks, and manage their playback.
Features
-Browse Audio Files: View a list of available audio files.
-Play Audio: Play selected audio files with basic playback controls.
-Track Details: View information about the currently playing track.
-Modern UI: Clean and user-friendly interface designed for a great experience.Technologies Used
- React Native: Framework for building mobile applications using JavaScript and React.
- Context API: For managing global state and handling audio playback.
- Expo: Toolchain for developing and deploying React Native apps.
- React Navigation: For navigating between screens within the app.