Giter Site home page Giter Site logo

malindaj / full-stack-music-web-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adityayaduvanshi/full-stack-music-web-app

0.0 0.0 0.0 8.46 MB

A responsive music web app with authentication, allowing users to listen to and upload songs, as well as save songs to their liked collection. Integrated Stripe for premium subscriptions, showcasing skills in web development, authentication, payment integration, and user customization.

Home Page: https://beatboxx.vercel.app

JavaScript 0.59% TypeScript 99.08% CSS 0.17% Roff 0.16%

full-stack-music-web-app's Introduction

Beatboxx | Music Web Application

Welcome to the Music Web Application repository! This project aims to provide users with a feature-rich, fully responsive music streaming platform similar to Spotify. Users can discover, listen to, and upload their own songs seamlessly on any device. The application is built using Next.js13, React, TypeScript, and Supabase, offering a delightful and consistent user experience across various screen sizes.

Demo

https://beatboxx.vercel.app/

Project Demo video

https://youtu.be/MWWtlCL7dP4

Features

  • Stream and listen to a vast collection of songs across various genres, artists, and albums.
  • Upload and share your own music creations with the community.
  • Curate your favorite songs in the Liked Library for easy access.
  • Free subscription allows users to upload one song, while premium subscription offers unlimited uploads and exclusive perks.
  • Integrated Stripe payment gateway in test mode for secure and convenient subscription upgrades.
  • Robust authentication system requiring sign up or login to access the app's features.
  • Play, pause, and control the volume of the currently playing song.
  • Navigate to the next or previous song in the playlist.

Screenshots

screenshot1

Add songs by clicking on plus button in my library screenshot2 Liked songs page screenshot2

Handle Subscription in my account screenshot3 screenshot3

Full Responsive

screenshot4

Tech Stack

  • Next.js: A React framework for server-side rendering and building scalable web applications.
  • React: A popular JavaScript library for building user interfaces.
  • TypeScript: A typed superset of JavaScript that enhances code quality and developer productivity.
  • Supabase: An open-source Firebase alternative that provides a backend-as-a-service (BaaS) platform for data storage, authentication, and real-time functionalities.
  • Stripe: A widely-used payment gateway for securely handling subscription payments and transactions.
  • Tailwind CSS: A highly customizable CSS framework that provides utility classes for building responsive and modern user interfaces.
  • PostgreSQL: An open-source relational database management system used for storing and managing the application's data.

Installation

  1. Clone the repository:
 git clone https://github.com/adityayaduvanshi/Full-Stack-Music-Web-App.git
  1. Install dependencies:
 cd yourrepository
 npm install
  1. Set up environment variables:
  • Create a .env.local file in the root directory.
  • Add the following environment variables and replace the values with your own:
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key
STRIPE_SECRET_KEY=your_stripe_secret_key
STRIPE_WEBHOOK_SECRET=your_stripe_webhook_secret
  1. Run the application:
npm run dev
  1. Open your browser and visit http://localhost:3000 to access the application.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with descriptive commit messages.
  4. Push your changes to your forked repository.
  5. Submit a pull request, explaining the changes you've made.

Please make sure to adhere to the existing code style and guidelines.

Contact

full-stack-music-web-app's People

Contributors

adityayaduvanshi avatar

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.