Skip to content

A visual clone of Spotify web app to improve my skills in frontend development.

Notifications You must be signed in to change notification settings

HawkieOne/spotify-clone

Repository files navigation

About The Project

Screenshot of app

A visual clone of Spotify web app to improve my skills in frontend development.

(back to top)

Built With

(back to top)

Getting Started

This is an instruction to setting up your project locally.

Prerequisites

Installation

Below is an example of how you can install and set up your app.

  1. Clone the repo
    git clone https://github.com/HawkieOne/instagram-clone
  2. Install NPM packages
    npm install
  3. Create a new file called .env.local
  4. Go to https://developer.spotify.com/dashboard/applications and get a CLIENT and CLIENT_SECRET key for your app
  5. Place your keys in the .env.local file like below
    NEXT_PUBLIC_CLIENT_ID=YOUR_CLIENT_ID
    NEXT_PUBLIC_CLIENT_SECRET_ID=YOUR_CLIENT_SECRET
    NEXTAUTH_URL=http://localhost:3000
    JWT_SECRET=some_super_secret_value
  6. Run your application
    npm run dev

(back to top)

Contact

Håkan Lindahl - /hakanlindahl - hakan.l.lindahl@gmail.com
Project Link: https://github.com/HawkieOne/spotify-clone

(back to top)

About

A visual clone of Spotify web app to improve my skills in frontend development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published