/ui-spotify

Recreation of the Spotify's UI using Next and TailwindCSS.

Primary LanguageTypeScriptMIT LicenseMIT

This is a Next.js project bootstrapped with create-next-app. The goal is to recreate the Spotify interface using only TailwindCSS for styling.

Getting Started

Below, you'll find the steps to run this project in your local machine.

Firse, clone this repository and install the dependecies:

git clone https://github.com/mateus-holanda/ui-spotify
cd ui-spotify
npm install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.