GithubHelp home page GithubHelp logo

spotify-clone-html-css-js's Introduction

Desktop Preview

Spotify Clone

 

Spotify clone made with

HTML5 CSS3 Javascript
 

Table Of Content

Built Using

Getting Started

There is nothing you need to install as it is made using only HTML, CSS and JS. But there are certain things you need to do, so that app would run without any problem.

  1. First you need to make a /songs folder and add desired songs. I've excluded it to cut down unnecessary upload size.

  2. Finally you need to update data.json file according to the songs added. There will be content present in this file but it's basically work as placeholder, you'll need to make changes in order to make some functionality work. The basic schema looks like this:

{
  "focus": [ // section title
    { // each and every playlist for this section goes here
      "id": 1,
      "name": "peaceful piano",
      "desc": "Lorem ipsum dolor sit amet consectetur.",
      "img": "./assets/thumbnail (1).jpg",
      "songs": [
        {
          "id": 1,
          "title": "Au5 last heroes lush",
          "artist": "NCS",
          "duration": "5:00",
          "src": "./songs/Au5-Last-Heroes-Lush.mp3"
        },
        {
          "id": 2,
          "title": "dirty palm oblivion",
          "artist": "NCS",
          "duration": "4:50",
          "src": "./songs/Dirty-Palm-Oblivion.mp3"
        },
        {
          "id": 3,
          "title": "DJ-assass1n frag out",
          "artist": "NCS",
          "duration": "4:29",
          "src": "./songs/DJ-ASSASS1N-Frag-Out.mp3"
        },
        {
          "id": 4,
          "title": "elektromia vitality",
          "artist": "NCS",
          "duration": "4:11",
          "src": "./songs/Elektronomia-Vitality.mp3"
        },
        {
          "id": 5,
          "title": "inushuk the long road home",
          "artist": "NCS",
          "duration": "3:11",
          "src": "./songs/Au5-Last-Heroes-Lush.mp3"
        }
      ]
    },
  ],
}

spotify-clone-html-css-js's People

Contributors

imkaranks avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.