All Projects â†’ StefanoSaffran â†’ spotify-clone

StefanoSaffran / spotify-clone

Licence: MIT License
đŸŽļ Spotify Clone

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to spotify-clone

remixr
Discover new music based on the Spotify playlists you know and love!
Stars: ✭ 37 (+117.65%)
Mutual labels:  spotify
Calculator-App
A Neumorphic Calculator App created using Flutter.
Stars: ✭ 18 (+5.88%)
Mutual labels:  design
geo-pattern
Create beautiful generative geometric background images from a string ✨ TypeScript port of jasonlong/geo_pattern. Supports both Node.js and Browser.
Stars: ✭ 33 (+94.12%)
Mutual labels:  design
music-app-electron
Music-Streaming app built with Electron, Webpack, Vue.js, Vuex and the Spotify api.
Stars: ✭ 74 (+335.29%)
Mutual labels:  spotify
storybook-addons-abstract
Storybook addon for linking Abstract layer and collection shares to stories. Example:
Stars: ✭ 63 (+270.59%)
Mutual labels:  design
spicetify-marketplace
Download extensions and themes directly from Spicetify
Stars: ✭ 125 (+635.29%)
Mutual labels:  spotify
sketch-git-hooks
Easy trick how to enjoy Git versioning for Sketch files thanks to Git Hooks
Stars: ✭ 12 (-29.41%)
Mutual labels:  design
design-wordpress-theme-italiaWP2
Tema WordPress open-source per la Pubblica Amministrazione basato su Bootstrap Italia
Stars: ✭ 19 (+11.76%)
Mutual labels:  design
norman-portfolio
Norman Nuthu's Portfolio
Stars: ✭ 16 (-5.88%)
Mutual labels:  design
spotify-adblock
Adblocker for Spotify
Stars: ✭ 675 (+3870.59%)
Mutual labels:  spotify
Spotify-Internal
Remove ads and add extra features for spotify desktop version.
Stars: ✭ 25 (+47.06%)
Mutual labels:  spotify
react-redux-spotify
React + Redux + Spotify web api boilerplate project
Stars: ✭ 14 (-17.65%)
Mutual labels:  spotify
react-todo
A super accessible and easy to use todo list.
Stars: ✭ 13 (-23.53%)
Mutual labels:  design
safari
Safari Dark/Light theme for Sketch
Stars: ✭ 28 (+64.71%)
Mutual labels:  design
react-mdl-extra
React MDL Extra components
Stars: ✭ 41 (+141.18%)
Mutual labels:  design
mdb4-vue-ui-kit
Vue Bootstrap with Material Design - Powerful and free UI KIT
Stars: ✭ 73 (+329.41%)
Mutual labels:  design
spotify-auth-code-example-vue
VueJS boilerplate app with Spotify API authentication and data fetching.
Stars: ✭ 12 (-29.41%)
Mutual labels:  spotify
PlaylistPolice
Allows you to whitelist Spotify users for your collaborative playlists
Stars: ✭ 33 (+94.12%)
Mutual labels:  spotify
pill-pity
🎨 Hero Patterns - a collection of repeatable SVG background patterns for Chakra UI
Stars: ✭ 21 (+23.53%)
Mutual labels:  design
spotify-reddit
Spotify playlists backed by subreddits
Stars: ✭ 14 (-17.65%)
Mutual labels:  spotify

Last commit on GitHub Made by Stefano Project top programing language GitHub license

Project   |    Built with   |    Images/gifs   |    How to run   |    License   |    Get in touch

🚀 Built with

This project was developed with the following technologies:

📱 Images/gifs


🆕 New feat - Animated music player

ℹī¸ How to run

Requirements

To run the application you will need:

The Application was developed using Expo. It is a free and open source toolchain built around React Native to facilitate the process of running and testing applications. Click here to get start with Expo.

Now clone the repository and install the dependencies.

# to clone the repository
git clone https://github.com/StefanoSaffran/spotify-clone.git

# go into the project folder
cd spotify-clone

#install the dependencies
yarn

In order to run the application on your device, you need to change the ip config in 2 places.

  1. package.json
  "server": "json-server --host 192.168.0.185 -p3333 db.json -w"
  1. api.js
  baseURL: 'http://192.168.0.185:3333',

replace 192.168.0.185 with your machine's ip.

Now with everything on place, run the json-server that has the application data and then run the app.

# to run the json-server
yarn server

# to run the app
yarn start

Expo will open a page in your browser, scan the QRcode on the page and wait for the app to load.

The Application was developed and tested on Iphone 6s


TODO

  • Animated music player
  • Profile Page

📄 License

This project is under the MIT license. See the LICENSE for more information

đŸ“Ŧ Get in touch!

Website - Stefano Saffran     Linkedin - Stefano Saffran     Email - Stefano Saffran

Made with ☕ and ❤ī¸ by Stefano Saffran.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].