Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chuksjoshuaa/pavillion

Developed a comprehensive E-commerce platform that seamlessly integrates with the Paystack payment gateway to facilitate secure and streamlined payment processing. Leveraged the power of React, TypeScript, and Redux Toolkit to craft a dynamic and responsive user interface, ensuring a smooth shopping experience.
https://github.com/chuksjoshuaa/pavillion

paystack-api react-icons reactjs redux-toolkit tailwindcss typescript

Last synced: 2 days ago
JSON representation

Developed a comprehensive E-commerce platform that seamlessly integrates with the Paystack payment gateway to facilitate secure and streamlined payment processing. Leveraged the power of React, TypeScript, and Redux Toolkit to craft a dynamic and responsive user interface, ensuring a smooth shopping experience.

Awesome Lists containing this project

README

        

# Ecommerce Frontend Project

image
image
image

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install
```

## Development Server

Start the development server on http://localhost:3000

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```