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.
- Host: GitHub
- URL: https://github.com/shivamm-55/hipposphere
- Owner: shivamm-55
- Created: 2024-04-30T07:16:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-18T17:36:51.000Z (over 1 year ago)
- Last Synced: 2025-01-30T13:22:34.237Z (12 months ago)
- Topics: digital, full-stack-web-development, hipposphere, nextjs, shadcn-ui
- Language: TypeScript
- Homepage:
- Size: 34.2 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.

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