Skip to content

shivamm-55/HippoSphere

Repository files navigation

Digital Marketplace

Welcome to our digital marketplace! This project is a comprehensive platform built using Next.js 14, designed to provide a seamless and beautiful experience for both buyers and sellers. Below, you'll find an overview of the features, installation instructions, and commands to run the project on your local device.

Screenshot 2024-05-01 113357

Features

  • 🛠️ Complete marketplace built from scratch in Next.js 14
  • 💻 Beautiful landing page & product pages included
  • 🎨 Custom artwork included
  • 💳 Full admin dashboard
  • 🛍️ Users can purchase and sell their own products
  • 🛒 Locally persisted shopping cart
  • 🔑 Authentication with sign-up verification email
  • 🖥️ Learn how to self-host Next.js
  • 🌟 Clean, modern UI using shadcn-ui
  • ✉️ Beautiful emails for signing up and after purchase
  • Admins can verify products to ensure high quality
  • ⌨️ 100% written in TypeScript
  • 🎁 ...much more

Getting Started

To get started with the project, follow these steps:

Prerequisites

Ensure you have the following installed on your local machine:

Installation

  1. Clone the repository:

    git clone https://github.com/shivamm-55/digital-marketplace.git
    cd hipposphere
  2. Install dependencies:

    If you use npm:

    npm install

    Or if you use yarn:

    yarn install

Running the Project

To run the project on your local device, use the following commands:

  1. Start the development server:

    If you use npm:

    npm run dev

    Or if you use yarn:

    yarn dev

    This will start the Next.js development server and you can view the project at http://localhost:3000.

  2. Build the project for production:

    If you use npm:

    npm run build

    Or if you use yarn:

    yarn build
  3. Start the production server:

    If you use npm:

    npm start

    Or if you use yarn:

    yarn start

Additional Scripts

  • Lint the project:

    If you use npm:

    npm run lint

    Or if you use yarn:

    yarn lint
  • Format the project with Prettier:

    If you use npm:

    npm run format

    Or if you use yarn:

    yarn format

Learn More

To learn more about Next.js and this project, check out the following resources:

License

This project is licensed under the MIT License - see the LICENSE file for details.


Thank you for checking out our digital marketplace project! We hope you enjoy using it as much as we enjoyed building it. If you have any questions or feedback, feel free to reach out.

About

Hipposphere : The Digital Marketplace project is a comprehensive e-commerce platform built from scratch using Next.js 14. It features a beautiful landing page, custom artwork, a full admin dashboard, and locally persisted shopping cart.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors