Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 956 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 956 Bytes

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

• This is a simple replication of Ecommerce website. • It has a functionality to add/Remove items (as a count) in cart keeper • The layout has been done using Bootstrap • The buttons have toggle feature. InnerText will change (Add to Cart/ Remove) on a single button click. • 10 different items were placed in this website. The data is placed in “App.jsx “file. • Each component has its own folder with its own CSS file in separate folders. these folders are kept inside "src" folder.