Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prokawsar/e-commerce-demo


https://github.com/prokawsar/e-commerce-demo

graphql react tailwindcss zustand

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# E-Commerce Demo

## Description

A list of products fetched using GraphQL Apollo client.
It has fully cart feature implemented.

## Prerequisites

- Ensure you have [Node.js](https://nodejs.org/) installed (if applicable).
- Any other dependencies or tools required for the project.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/prokawsar/e-commerce-demo.git
```
2. Navigate into the project directory:
```bash
cd e-commerce-demo
```
3. Install the required packages:
```bash
npm install
```

## Configuration

No environment keys are required to set up this project.

### Example Credentials

- **Email:** [email protected]
- **Password:** changeme

## Running the Project

To start the project, run:

```bash
npm run dev
```