Skip to content

Subas-mohanty/Music-school

Repository files navigation

Music Course Selling App

Welcome to the Music Course Selling App! This application is designed to provide a platform where users can browse, purchase, and manage music courses online. Built with Next.js, this app offers a seamless experience for both course providers and learners.

Features

  • Browse Courses: View a list of available music courses with detailed descriptions and previews.
  • Course Enrollment: Enroll in courses and access course materials.
  • User Authentication: Secure login and registration for users and course providers.
  • Payment Integration: Process payments for course purchases.
  • Responsive Design: Access the app on various devices with a mobile-friendly interface.

Getting Started

To get started with the Music Course Selling App, follow these steps:

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/Subas-mohanty/Music-school
    
  2. Navigate to the project directory:

    cd Music-school
    
    
  3. Install dependencies:

     npm install
     # or
     yarn install
    
    

Running the Development Server

  1. Start the development server:
    npm run dev
    # or
    yarn dev
  1. Open your browser and navigate to http://localhost:3000 to view the app.

  2. To create a production build, run:

    # or
    yarn build

Contributing

If you'd like to contribute to the development of this app, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Create a pull request to merge your changes into the main repository.

About

UI for a music course selliing website in NextJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published