Giter VIP home page Giter VIP logo

spotifyclone's Introduction

Spotify Clone

Source

This project has been built with the help from the walkthrough video of creating a spotify clone which involves from setting up ide for the project to deploying it YouTube.

Technologies Used

Features - details to be added

  1. Authentication using OAuth with Supabase

    • [Explanation or instructions for setting up authentication]
  2. Upload

    • [Explanation or instructions for uploading songs]
  3. Play Music

    • [Explanation or instructions for playing music]
  4. Search

    • [Explanation or instructions for searching for songs]

PS

Please note that songs are added manually, and there is no integration with external APIs as of now.

Getting Started

To get started with the project, follow these steps:

  1. Installation bash git clone 'https://github.com/Ravkeerat02/SpotifyClone
  2. Configuration steps bash npm install
  3. How to run the project bash npm run dev

spotifyclone's People

Contributors

ravkeerat02 avatar

Watchers

 avatar

spotifyclone's Issues

Upload Modal

  • - Toast aint working
  • - Aint appearing in the table editor tab

Modal

  • Modal aint working

Resolve Bug

No overload matches this call.
Overload 1 of 2, '(params?: SessionCreateParams | undefined, options?: RequestOptions | undefined): Promise<Response>', gave the following error.
Type '{ trial_from_plan: true; metadata: any; }' is not assignable to type 'SubscriptionData'.
Object literal may only specify known properties, and 'trial_from_plan' does not exist in type 'SubscriptionData'.
Overload 2 of 2, '(options?: RequestOptions | undefined): Promise<Response>', gave the following error.
Argument of type '{ payment_method_types: string[]; billing_address_collection: string; customer: string; line_items: { price: any; quantity: any; }[]; mode: string; allow_promotion_codes: boolean; subscription_data: { ...; }; success_url: string; cancel_url: string; }' is not assignable to parameter of type 'RequestOptions'.
Object literal may only specify known properties, and 'payment_method_types' does not exist in type 'RequestOptions'.ts(2769)

const session = await stripe.checkout.sessions.create({ payment_method_types: ["card"], billing_address_collection: "required", customer, line_items: [ { price: price.id, quantity, }, ], mode: "subscription", allow_promotion_codes: true, subscription_data: { trial_from_plan: true, metadata, }, success_url: ${getURL()}/account, cancel_url: ${getURL()}/, });

Home Pg

  • Data(pictures) aint loading
  • Player needs to be styled properly

Database

  • Data aint loading to the storage unit
  • Which is leading to data not being loaded on the oage

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.