BUYNOW is a full stack e-commerce web app with two kinds of user interface, one is for users and another one for the admin. Here you can buy, variety of clothes of different brands and types.
- ReactJS
- Redux Toolkit
- React Router DOM
- CSS3
- Styled-components
- Stripe payment gateway
- Axios
- Express
- REST API
- MongoDB
- LocalStorage
- Firebase
- It has categories, clicking on any one of them takes to the product listing page with that particular category.
- On this page user can see all the products of different types and categories.
- On clicking any product in product listing page, it will navigate to products details page, which will show details of that particular product.
- From here user can:
- Move product in cart
- Increase / decrease product quantity
- Proceed to checkout
- For checkout user need to select the address, else the checkout button will be disabled
- Once address selected user can procedd to checkout page.
- Once every thing is finalised by user after clicking on place order button, stripe payment gateway will open and payment can be done.
- BUYNOW also has login, signup and logout feature