https://github.com/rudra-xi/envy-ecommerce
A modern ReactJS app built with Vite. Features a dynamic product catalog, user authentication, seamless shopping cart, and responsive design. Ideal for scalable e-commerce platforms.
https://github.com/rudra-xi/envy-ecommerce
front-end front-end-development frontend react reactjs vite vite-react vitejs
Last synced: about 1 month ago
JSON representation
A modern ReactJS app built with Vite. Features a dynamic product catalog, user authentication, seamless shopping cart, and responsive design. Ideal for scalable e-commerce platforms.
- Host: GitHub
- URL: https://github.com/rudra-xi/envy-ecommerce
- Owner: rudra-xi
- License: mit
- Created: 2025-01-29T16:19:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T15:11:28.000Z (over 1 year ago)
- Last Synced: 2025-07-08T00:15:08.002Z (12 months ago)
- Topics: front-end, front-end-development, frontend, react, reactjs, vite, vite-react, vitejs
- Language: JavaScript
- Homepage: https://envy-ecommerce.netlify.app/
- Size: 4.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Envy E-commerce
Envy E-commerce is a modern and responsive e-commerce web application built with Vite and ReactJS. It features a variety of pages including home, product collection, product details, cart, and more. The styling is done using TailwindCSS version 3.4.17.
## Features
- User authentication (login)
- Product listing and details
- Shopping cart functionality
- Order placement
- Responsive design
- Toast notifications
## Installation
1. Clone the repository:
```bash
git clone https://github.com/rudra-xi/envy-ecommerce.git
```
2. Navigate to the project directory:
```bash
cd envy-ecommerce
```
3. Install the dependencies:
```bash
npm install
```
## Usage
1. Start the development server:
```bash
npm run dev
```
2. Open your browser and navigate to `http://localhost:8000`.
## Important Dependencies
- Vite: ^6.0.5
- React: ^18.3.1
- React Router DOM: ^7.1.3
- TailwindCSS: ^3.4.17
- React Toastify: ^11.0.3
## Author
[Rudra-xi](https://github.com/rudra-xi).
## License
This project is licensed under the MIT License. See the [](/LICENSE) file for more information.