Skip to content

CoffeeGeek101/Music

Repository files navigation

Music for your Mood

This app is under-development, I'm using spotify to make a personalized song keeping app that can fit on your mood of the day:

Screenshot 2023-04-15 at 11 11 31 AM

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3001 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.

http://localhost:3001/api/hello is an endpoint that uses Route Handlers. This endpoint can be edited in app/api/hello/route.ts.

This project uses next/font to automatically optimize and load Outfit.

Deployed on Vercel