Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.44 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.44 KB

🎵 Spotify Interface Clone

NextJS TailwindCss TypeScript React

Description

This is a personal project where I have adapted an idea from Rocketseat to study and practice using NextJS, TailwindCSS and React components. The original idea served as a foundation, but I have made modifications and additions to suit my learning objectives.

The project aims to explore the capabilities of TailwindCSS, a utility-first CSS framework, in combination with React components. By building various components and layouts, I will gain hands-on experience with both technologies and enhance my understanding of their integration.

Getting Started

To get a local copy of the project up and running, follow these steps:

  1. Clone the repository:
git clone https://github.com/gabrielvsc/tailwind-spotify.git
  1. Navigate to the project directory:
cd tailwind-spotify
  1. Install the dependencies:
pnpm install
  1. Run the development server:
pnpm dev
  1. Open your browser and visit: http://localhost:3000