Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chuksjoshuaa/pavillion
- Owner: ChuksJoshuaa
- Created: 2023-05-08T22:21:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T23:12:43.000Z (about 1 year ago)
- Last Synced: 2024-04-16T14:14:11.645Z (7 months ago)
- Topics: paystack-api, react-icons, reactjs, redux-toolkit, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://pavillion-fe-test.netlify.app/
- Size: 218 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ecommerce Frontend Project
## 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
```