Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T16:57:38.000Z (26 days ago)
- Last Synced: 2024-12-08T17:17:57.775Z (26 days ago)
- Topics: expo, react-native, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 1.93 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
|||
|:---:|:---:|
| ![](https://github.com/user-attachments/assets/41b9992f-9216-484f-bb53-2e24410ffa4e) | ![](https://github.com/user-attachments/assets/7b9e740d-5f3d-4d1b-b59f-0e099dcf902c)|
| ||
| ![](https://github.com/user-attachments/assets/2ca0f1d7-b907-43b1-afbe-8766f2489967) | ![](https://github.com/user-attachments/assets/292e8801-af86-4d5d-bf92-d3c55211c593)|
| ||## 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