Virtual Shop

screenshot of Virtual Shop
react
bootstrap
scss
chakra-ui

Virtual Shop is a e-commerce website.you can perform every operation here like Add to cart,wish-list,buy and all that things. and we have admin panel also there we can access each and every user details and those order ,cart and wish list . it's a Group project of 5 memmber team.

Overview

The Virtual ShopE-Commerce Web App is a collaborative project developed by a team of 5 members using React, Redux, JS, CSS, and SASS. The purpose of this web app is to provide users with a platform for purchasing products, implementing a shopping cart functionality, and allowing users to make payments. The project was completed within 5 days and aimed to reproduce the design and main features of an existing website.

Features

  • Home Page: Users can browse through various products and place orders.
  • Search Functionality: Users can search for specific products based on keywords.
  • View Details: Users can view detailed information about a product.
  • Add to Cart and Wishlist Functionality: Users can add products to their cart or wishlist for future reference.
  • Cart Page: Users can view their cart, increase the quantity of products, view the total price, and apply coupons if available.
  • Payment Method: Users can choose their preferred payment method and complete the checkout process.
  • Order Placed Details: Users can view the details of their placed orders.

Summary

The Virtual ShopE-Commerce Web App is a React-based project developed by a team of 5 members. It provides users with an intuitive e-commerce platform for purchasing products, searching for specific items, and managing their shopping cart. With features like wishlist functionality, detailed product views, and various payment options, this web app aims to provide a seamless shopping experience for its users.

react
React

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

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

chakra-ui
Chakra UI

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

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.