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.
- Installation
- Usage
- Deployment
- Contributing
- License
-
Clone the repository:
git clone https://github.com/Sagnik-Coder24/Course-Purchase.git cd Course-Purchase
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
to see the app in action.
This project is deployed using GitHub Pages. To deploy your own version, follow these steps:
-
Build the project:
npm run build
-
Deploy to GitHub Pages:
npm run deploy
Contributions are welcome! Please fork the repository and create a pull request with your changes.