/spotify-clone

This git repository contains a Spotify Clone, which is a web application that emulates many of the features of the popular music streaming platform, Spotify. With this clone, users can search for songs and artists, create and manage playlists, and listen to their favorite tracks.

Primary LanguageJavaScript

Features

  • Clean and minimal design
  • Tailwind CSS v1
  • Blog with markdown content for posts
  • Basic pagination for posts
  • Theme Switcher with Dark Mode
  • Syntax highlighting with Prism
  • 404 Page

Todo (already done in Gridsome version)

  • Tags for posts

Installation

  1. Clone the repo and cd into it.
  2. npm install
  3. npm run dev to start a local dev server.
  4. npm run generate to build a static site.