Bizarre Fog 8734

screenshot of Bizarre Fog 8734
react
bootstrap
styled-components
chakra-ui

LYST Website clone. It is a platform for online shopping of variety of Clothing. User can easily search for the desired products using dynamic search bar. User can add multiple products to the cart and can buy with discounts also. Authentication is also required for purchase. In addition admin pa...

Overview

LYSTONE-STOP is a website that was created with the goal of providing a challenging experience in website development and administration. It allows users to explore a variety of clothes and become a happy customer by authenticating themselves. The website was built using HTML5, CSS3, JavaScript, and React. It includes features such as DOM manipulation, an admin panel for inventory and user management, user registration with form validation, a variety of products, filtering and sorting options, a dynamic cart, and more.

Features

  • DOM manipulation: Data appears at the DOM using DOM manipulation techniques.
  • Admin panel: There is an admin panel to maintain inventory and manage user accounts.
  • User registration: Users can register themselves and their information will be validated using form validation.
  • Variety of products: The website offers a variety of products for users to explore.
  • Filtering and sorting: Users have the ability to filter and sort the products based on their preferences.
  • Dynamic cart: The website includes a dynamic cart feature that allows users to add products to their cart.

Summary

LYSTONE-STOP is an E-commerce website built using HTML5, CSS3, JavaScript, and React. It offers features like DOM manipulation, an admin panel, user registration, a variety of products, filtering and sorting options, and a dynamic cart. The project allowed the developers to learn and apply React, Redux, Chakra UI, Bootstrap, and JSON server. Overall, it was an enjoyable process of learning and creating an E-commerce website.

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.

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

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.

framer-motion
Framer Motion

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

netlify
Netlify

Netlify is a cloud-based web development platform that provides a range of tools and services to help developers build, deploy, and manage modern web applications. It offers features such as continuous deployment, serverless functions, and CDN hosting, making it an ideal platform for building fast, scalable, and secure websites.

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.