https://github.com/thezeeshann/spotify-app
Spotify mobile app build with React Native and Expo.
https://github.com/thezeeshann/spotify-app
expo react-native tailwindcss
Last synced: about 2 months ago
JSON representation
Spotify mobile app build with React Native and Expo.
- Host: GitHub
- URL: https://github.com/thezeeshann/spotify-app
- Owner: thezeeshann
- Created: 2024-10-22T10:07:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T05:45:23.000Z (about 2 months ago)
- Last Synced: 2025-04-03T06:33:12.657Z (about 2 months ago)
- Topics: expo, react-native, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 2.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify build with react native and expo.
This project demonstrates an implementation of the Spotify in React Native using Expo.
## Tech Stack
- [Expo](https://expo.dev) - React Native development platform
- [Expo Router](https://docs.expo.dev/router/introduction) - File-based routing
- [NativeWind](https://www.nativewind.dev/) - For styling## Screens
|||
|:---:|:---:|
|  | |
| ||
|  | |
| ||## Getting Started
1. Install dependencies:
```bash
npm install
```2. Start the development server:
```bash
npx expo start
```3. Open in iOS Simulator or Android Emulator:
- Press `i` for iOS
- Press `a` for Android