This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
• 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.