Skip to content

Commit e7c86b2

Browse files
committed
📝 Create README
1 parent 787bd63 commit e7c86b2

File tree

6 files changed

+41
-19
lines changed

6 files changed

+41
-19
lines changed

README.md

Lines changed: 41 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ A beautiful and interactive **Spotify Clone** built using Flutter. Show some ❤
44

55
###### Contact for work, email: [email protected]
66

7-
<img src="assets/icons/spotify_logo.png" height="120px" alt="spotify logo"/>
7+
<br>
8+
9+
<img src="assets/images/spotify_logo.png" alt="spotify logo"/>
10+
11+
<br>
812

913
![GitHub stars](https://img.shields.io/github/stars/Flutter-Journey/Spotify-With-Flutter?style=social)
1014
![GitHub forks](https://img.shields.io/github/forks/Flutter-Journey/Spotify-With-Flutter?style=social)
@@ -18,39 +22,50 @@ A beautiful and interactive **Spotify Clone** built using Flutter. Show some ❤
1822

1923
## 🎵 Overview
2024

21-
**Spotify With Flutter** is a music streaming app inspired by Spotify, featuring a smooth user interface and core functionalities like song playback, playlists, and browsing music. Developed using Flutter, it is available on Android, iOS, and web platforms.
25+
**Spotify With Flutter** is a demo music streaming app inspired by Spotify, featuring a smooth user interface and basic functionalities like firebase login, play music, and favorites song screen. Developed using Flutter, it is available on Android, iOS
26+
27+
> Note: This project uses mock data and is not affiliated with or integrated with Spotify’s official API.
28+
29+
## 🖥️ Screens and Features
30+
31+
- **Home Screen**: Displays playlists and recommended songs.
32+
- **Playlist Screen**: View and manage your playlists.
33+
- **Song Player Screen**: Play songs with full controls.
34+
- **Profile Screen**: View user information and favorite tracks.
2235

23-
## 🌟 Features
36+
## 🎨 Figma Design
2437

25-
- **Music Streaming**: Stream your favorite songs seamlessly.
26-
- **Beautiful UI**: A modern and sleek design similar to the original Spotify app.
27-
- **Playlist Management**: Create and manage your playlists with ease.
28-
- **Search Functionality**: Search for your favorite songs, artists, and albums.
29-
- **Cross-Platform**: Available on Android, iOS, and web.
38+
- [Light Mode Design](https://www.figma.com/community/file/1166665330965959412/spotify-redesign-free-ui-kit-light)
39+
- [Dark Mode Design](https://www.figma.com/community/file/1172466818809176172/spotify-redesign-free-ui-kit-dark-mode)
3040

3141
## 🎮 Demo
3242

33-
Check out how the app looks in action! You can view a demo [here](https://www.youtube.com/watch?v=demo_link).
43+
Check out how the app looks in action! You can view a demo [here](https://www.youtube.com/shorts/aEHOczCZQ00).
3444

3545
<table>
3646
<tr>
37-
<td><img src="https://github.com/Flutter-Journey/Spotify-With-Flutter/blob/master/media/screenshot1.jpg" height="300px"></td>
38-
<td><img src="https://github.com/Flutter-Journey/Spotify-With-Flutter/blob/master/media/screenshot2.jpg" height="300px"></td>
47+
<td><img src="https://raw.githubusercontent.com/Flutter-Journey/Spotify-With-Flutter/refs/heads/main/media/gif/spotify_light.gif"></td>
48+
<td><img src="https://raw.githubusercontent.com/Flutter-Journey/Spotify-With-Flutter/refs/heads/main/media/gif/spotify_dark.gif"></td>
49+
</tr>
50+
</table>
51+
52+
## 🏏 Screen
53+
54+
<table>
55+
<tr>
56+
<td><img src="https://raw.githubusercontent.com/Flutter-Journey/Spotify-With-Flutter/refs/heads/main/media/image/login_screen.png"></td>
57+
<td><img src="https://raw.githubusercontent.com/Flutter-Journey/Spotify-With-Flutter/refs/heads/main/media/image/choose_mode_screen.png"></td>
58+
<td><img src="https://raw.githubusercontent.com/Flutter-Journey/Spotify-With-Flutter/refs/heads/main/media/image/home_screen.png"></td>
3959
</tr>
4060
</table>
4161

4262
## 🛠️ Technologies Used
4363

4464
- **Flutter**: Framework for building natively compiled applications.
4565
- **Dart**: The programming language used for Flutter development.
46-
- **Spotify API**: Integration with Spotify's API for fetching music data.
47-
- **Animations**: Smooth animations for enhancing the user experience.
48-
49-
## 📚 References
50-
51-
- [Official Flutter Documentation](https://flutter.dev/docs)
52-
- [Dart Documentation](https://dart.dev/guides)
53-
- [Spotify API Documentation](https://developer.spotify.com/documentation/web-api/)
66+
- **Firebase**: Backend as a Service for authentication, storage, and database.
67+
- **BLoC (Business Logic Component)**: For state management.
68+
- **Clean Architecture**: For scalable and maintainable code.
5469

5570
## 🌟 Conclusion
5671

@@ -65,3 +80,10 @@ Check out how the app looks in action! You can view a demo [here](https://www.yo
6580
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Flutter-Journey/Spotify-With-Flutter&type=Date" />
6681
</picture>
6782
</a>
83+
84+
<div align="center">
85+
86+
#### Made by Flutter <img src="https://raw.githubusercontent.com/Flutter-Journey/.github/refs/heads/main/media/flutter_icon.png" height="15"> with Love ❤️ | Developed by [ChunhThanhDe](https://github.com/chunhthanhde)
87+
88+
</div>
89+

media/gif/spotify_dark.gif

34.7 MB
Loading

media/gif/spotify_light.gif

37.5 MB
Loading

media/image/choose_mode_screen.png

367 KB
Loading

media/image/home_screen.png

218 KB
Loading

media/image/login_screen.png

481 KB
Loading

0 commit comments

Comments
 (0)