Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prokawsar/e-commerce-demo
- Owner: prokawsar
- Created: 2024-11-01T06:13:47.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T06:40:26.000Z (3 months ago)
- Last Synced: 2024-12-03T18:51:10.921Z (2 months ago)
- Topics: graphql, react, tailwindcss, zustand
- Language: TypeScript
- Homepage: https://e-commerce-demo-gamma.vercel.app
- Size: 319 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```