An open API service indexing awesome lists of open source software.

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.

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: MIT](https://img.shields.io/badge/License-MIT-orange.svg)](/LICENSE) file for more information.