Navigation Menu

Skip to content

thomasblaymire/react-spotify-clone

Repository files navigation

NextJS Spotify Clone

A NextJS, TypeScript Spotify application.

Screenshot

Tech Stack

  • Next JS
  • TypeScript
  • Chakra UI
  • Hooks
  • SWR
  • Prisma
  • PostgreSQL

Features

  • Authentication (JWT, Cookie)
  • Play, Pause, Seek, Shuffle
  • Serverless Functions
  • Playlists
  • Artists
  • Songs

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/thomasblaymire/react-spotify-clone.git

# Go into the clientrepository
$ cd react-spotify-clone

# Install dependencies
$ npm install

# Run the web app
$ npm run dev

# Build the web app
$ npm run build

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

About

React Spotify Application - Build with React, NextJS, ES6 & Prisma

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published