E-Mart is a responsive e-commerce web application built using React and Vite, designed with clean UI and essential shopping features like product listing, cart, and navigation using React Router DOM.
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
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.
✅ Responsive UI for all devices
✅ Product listing interface
✅ Add-to-cart and view cart pages
✅ React Router DOM for seamless navigation
✅ Modular component structure for maintainability
✅ Fast build and dev environment using Vite
- React JS
- Vite
- JavaScript (ES6+)
- HTML5 & CSS3
- React Router DOM
git clone https://github.com/velapoojitha/e-mart-react.git
cd e-mart-react
npm install
npm run devhttps://velapoojitha.github.io/e-mart-react/