Giter Club home page Giter Club logo

spotify-clone's Introduction

SpotifyApp

Front-end clone of the Spotify website. This project was created using `create-react-app`. The app should be used with the authentication server here


Table of Contents

About the Project

Logged out
Logged in
Library View
Playlist View

Motivation

This project was created mainly as a way for me to learn React frontend development. I tried to imitate the general formatting/style of the Spotify application so as to learn what it's like to develop a popular website using React. It was an intersting challenge for my first time using React. The project allowed me to learn React, states, hooks, and properties.

All components were written by me from scratch but organization and structure of the project was inspired by this project

Tech Stack

Features

  • View Spotify playlists
  • Export playlists in .txt or .csv

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_BACKEND_URL - link to the backend auth server

Getting Started

Prerequisites

This project uses npm as package manager

Installation

Install spotify-clone with npm

  npm install spotify-clone
  cd spotify-clone

Run Locally

Clone the project

  git clone https://github.com/vintydong/spotify-clone.git

Go to the project directory

  cd spotify-clone

Install dependencies

  npm install

Start the application

  npm start

Usage

Currently, the app can only view playlists that have already been created. To do this, login to Spotify on the home page. The application authenticates via a backend server. Once logged in, it should redirect you to the frontend application with your information loaded. Playlists can be viewed by clicking on them in the sidebar or in the collection page. Playlists can be exported in either .txt or .csv format.

Roadmap

  • Export playlists in .txt, .csv
  • Rewrite components using Redux
  • Create/edit playlists
  • Export playlists to other services (e.g. YouTube)
  • Import playlists from .txt, .csv
  • Implement other routes of the website such as Search

spotify-clone's People

Contributors

vintydong 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.