spotify-clone/frontend
2026-01-01 16:02:07 +07:00
..
app Fix duplicate keys, optimize images, and update Next.js config 2026-01-01 16:02:07 +07:00
components Fix duplicate keys, optimize images, and update Next.js config 2026-01-01 16:02:07 +07:00
context fix: duplicate React keys, update meta tags, improve mobile card layout 2026-01-01 15:16:49 +07:00
hooks Initial commit: Spotify Clone with Audiophile specs and Synology support 2025-12-17 11:18:36 +07:00
public Update: Mobile UX, Show All, Infinite Scroll & New Categories 2026-01-01 11:12:21 +07:00
services Update: Mobile UX, Show All, Infinite Scroll & New Categories 2026-01-01 11:12:21 +07:00
types Update: Mobile UX, Show All, Infinite Scroll & New Categories 2026-01-01 11:12:21 +07:00
.gitignore Initial commit: Spotify Clone with Audiophile specs and Synology support 2025-12-17 11:18:36 +07:00
build_log.txt Initial commit: Spotify Clone with Audiophile specs and Synology support 2025-12-17 11:18:36 +07:00
build_log_2.txt Initial commit: Spotify Clone with Audiophile specs and Synology support 2025-12-17 11:18:36 +07:00
env_template Initial commit: Spotify Clone with Audiophile specs and Synology support 2025-12-17 11:18:36 +07:00
eslint.config.mjs Initial commit: Spotify Clone with Audiophile specs and Synology support 2025-12-17 11:18:36 +07:00
next.config.mjs Fix duplicate keys, optimize images, and update Next.js config 2026-01-01 16:02:07 +07:00
package-lock.json Update: Mobile UX, Show All, Infinite Scroll & New Categories 2026-01-01 11:12:21 +07:00
package.json Update: Mobile UX, Show All, Infinite Scroll & New Categories 2026-01-01 11:12:21 +07:00
postcss.config.js Initial commit: Spotify Clone with Audiophile specs and Synology support 2025-12-17 11:18:36 +07:00
postcss.config.mjs Initial commit: Spotify Clone with Audiophile specs and Synology support 2025-12-17 11:18:36 +07:00
README.md Initial commit: Spotify Clone with Audiophile specs and Synology support 2025-12-17 11:18:36 +07:00
tailwind.config.ts Initial commit: Spotify Clone with Audiophile specs and Synology support 2025-12-17 11:18:36 +07:00
tsconfig.json Initial commit: Spotify Clone with Audiophile specs and Synology support 2025-12-17 11:18:36 +07:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun 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.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.