It’s my major project where I've used MERN stack to make the clone of Nike website along with backend integration and payment gateway integration.
Nike Clone is a MERN Stack e-commerce web application that allows users to buy shoes and clothes online. It integrates a payment gateway for secure transactions. The application features various categories, a product listing page with filters, a product description page, cart and wishlist management pages, checkout with address management, login, signup, and order summary pages.
npm install
npm start
JWT_ACCESS_KEY
MONGO_PATH
RAZORPAY_KEY_ID
RAZORPAY_KEY_SECRET
Nike Clone is an e-commerce web application that enables users to purchase shoes and clothes online. It offers a variety of features such as user authentication, product filtering and sorting, cart and wishlist management, order management, address management, and secure payment integration. The application is built using the MERN Stack and utilizes React, Redux, Chakra UI, HTML, CSS, JavaScript, Rest API, Node JS, Express, and MongoDB with JWT and RazorPay integration. With its intuitive design and functionality, Nike Clone provides an excellent platform for online shopping.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.