/Course-Purchase

A practice project where users can browse and select courses to purchase.

Primary LanguageJavaScript

Course Purchase Web App

This is a practice project built with React and Vite, where users can browse and purchase courses. The course data is stored in a course.json file. The project is deployed using GitHub Pages.

Table of Contents

  • Installation
  • Usage
  • Deployment
  • Contributing
  • License

Installation

  1. Clone the repository:

    git clone https://github.com/Sagnik-Coder24/Course-Purchase.git
    cd Course-Purchase
  2. Install dependencies:

    npm install

Usage

  1. Start the development server:

    npm run dev
  2. Open your browser and navigate to http://localhost:5173 to see the app in action.

Deployment

This project is deployed using GitHub Pages. To deploy your own version, follow these steps:

  1. Build the project:

    npm run build
  2. Deploy to GitHub Pages:

    npm run deploy

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.