Skip to content

MehmetBozkir/React_Zustand_CartTesting

Repository files navigation

React_Zustand_CartTesting

eCommorce Website | Nextjs, Zustand, Next-intl, Stripe.


🔧 Features

  • Designing a sales site and adding a payment screen while implementing Zustand operating logic and status management.


🔗 Demo

  • Netflify to see and examine by yourself a demo of the site.

💬 Project Innovations/Advantages

1. Zustand :

  • An alternative state management to Redux.
  • Lighter state management.

2. Next-intl :

  • Multi-language options available throughout the site.

  • Navigation through language options.

  • An alternative state management to Redux.

  • Lighter state management.

3. Stripe :

  • Payment screen demo.

📖 How to use

To clone and run this application, you'll need Git and ReactJS installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/MehmetBozkir/React_Zustand_CartTesting.git

# Go into the repository
$ cd React_Zustand_CartTesting

# Install dependencies
$ npm install

# Run the app
$ npm run dev