Hydra E-Commerce Website

ecomm-hydra

This is an eCommerce website I built with Sanity, Next.js, and Paystack for payment processing. It allows users to browse and purchase products online.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/IsraelBosun/ecommerce-stripe.git
    
    
  2. Install the dependencies:

cd ecommerce-stripe
npm install
  1. Set up the environment variables:

  2. Start the development server:

npm run dev

Usage

  1. Browse the website to view the available products.
  2. Add products to your cart.
  3. Proceed to checkout and enter your shipping and payment details.
  4. Complete the payment process using Paystack.

hydra-ecomm

Features

  • User-friendly interface for browsing and purchasing products.
  • Secure payment processing using Paystack.
  • Responsive design for a seamless experience across devices.
  • Integration with Sanity CMS for easy content management.

Contributing

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

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Submit a pull request.
  6. Please ensure that your code follows the project's coding style and conventions.