E-Commerce A simple React project built using ** react + Vite**
This project is created to learn and practice:
- React basics
- Component-based architecture
- Modern frontend tooling using Vite
It is beginner-friendly and easy to understand.
- React
- Vite
- CSS
- JavaScript(ES6+)
- Fast development using Vite
- Simple and clean UI
- Easy project structure
- Beginner friendly code
1.Clone the repository git clone https://github.com/priyas1672/Project.git
2.Go inside the project folder cd Project
- Install dependencies npm install
4.Start the development server npm run dev
Contributions are welcom If you want to improve this project:
- Fork the repo
- Create a new branch
- Make changes
- Open a Pull Request
Created by Priya
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 and enable type-aware lint rules. Check out the TS template to integrate TypeScript and typescript-eslint in your project.
ebf0ad4 (inital commit)