Skip to content

CS465 Final Project: Web App that generate color gradient based on Spotify playlist link

Notifications You must be signed in to change notification settings

trisham13/my-tone

 
 

Repository files navigation

My Tone App

App that generate color gradient based on user's Spotify playlist.

✨ Features

  • 🚧 Under Development

🖥 Technologies

📦 Usage

This project is initialized with PNPM. If you don't have pnpm, run:

npm install -g pnpm

Then, to install all dependencies, run:

pnpm install

To start the development server, run:

pnpm run dev

The project does not support static build. To create an optimized production build, run:

pnpm run build

Then run the following command to start the production server:

next

About

CS465 Final Project: Web App that generate color gradient based on Spotify playlist link

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.9%
  • JavaScript 7.8%
  • CSS 3.3%