eCommorce Website | Nextjs, Zustand, Next-intl, Stripe.
-
Designing a sales site and adding a payment screen while implementing Zustand operating logic and status management.
- Netflify to see and examine by yourself a demo of the site.
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.
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