Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tilakdotcom/ecommerce-project

ecommerce-project
https://github.com/tilakdotcom/ecommerce-project

Last synced: 27 days ago
JSON representation

ecommerce-project

Awesome Lists containing this project

README

        

This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

## Description
Built a user-friendly e-commerce platform using Next.js, integrating NextAuth for secure authentication, Shadcn for custom UI design, and MongoDB for scalable data storage. Developed features like search, filtering, cart management, and an admin panel, with Context API streamlining state management for a seamless user experience.