https://github.com/igmrrf/muzic
https://github.com/igmrrf/muzic
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/igmrrf/muzic
- Owner: igmrrf
- License: mit
- Created: 2024-04-21T23:38:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T12:49:59.000Z (about 1 year ago)
- Last Synced: 2024-11-10T04:45:01.171Z (7 months ago)
- Language: TypeScript
- Size: 766 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Music Player (native)
A native music player application built with Expo, React Native, Typescript and Zustand. Design is inspired by Apple Music app
You can follow along the entire development of this project here 👇
[](https://youtu.be/9CElrkFwiBU?si=PFgwCFDulxJJD2f4)## Installation
```bash
yarn install
```## Run IOS
```bash
npx expo run:ios
```