SHOPPA is a simple e-commerce website with multi-language support.
- Add items to a cart
- Update quantities of items or remove items in the cart
- Make payments via Stripe Checkout
- Languages supported: English, Japanese and Traditional Chinese.
- React
- TypeScript
- Next.js
- next-i18next
- Stripe Checkout API
- Sanity.io
To run this project locally, you'll need to have Node.js and npm installed on your computer. You can install them from https://nodejs.org/en
- Clone the repository:
git clone https://github.com/vkhx/shoppa.git
- Install the dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to see the website.