An open API service indexing awesome lists of open source software.

https://github.com/shivamm-55/hipposphere

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.
https://github.com/shivamm-55/hipposphere

digital full-stack-web-development hipposphere nextjs shadcn-ui

Last synced: 7 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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](https://github.com/shivamm-55/HippoSphere/assets/108998384/247b15ae-2bb0-4dce-aba8-c575413a6925)

## 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:

- [Node.js](https://nodejs.org/) (version 14.x or higher)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)

### Installation

1. **Clone the repository:**

```sh
git clone https://github.com/shivamm-55/digital-marketplace.git
cd hipposphere
```

2. **Install dependencies:**

If you use npm:

```sh
npm install
```

Or if you use yarn:

```sh
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:

```sh
npm run dev
```

Or if you use yarn:

```sh
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:

```sh
npm run build
```

Or if you use yarn:

```sh
yarn build
```

3. **Start the production server:**

If you use npm:

```sh
npm start
```

Or if you use yarn:

```sh
yarn start
```

### Additional Scripts

- **Lint the project:**

If you use npm:

```sh
npm run lint
```

Or if you use yarn:

```sh
yarn lint
```

- **Format the project with Prettier:**

If you use npm:

```sh
npm run format
```

Or if you use yarn:

```sh
yarn format
```

## Learn More

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

- [Next.js Documentation](https://nextjs.org/docs)
- [Next.js Learn](https://nextjs.org/learn)
- [TypeScript Documentation](https://www.typescriptlang.org/docs/)

## License

This project is licensed under the MIT License - see the [LICENSE](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.