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

https://github.com/02alexis/ecommerce_firebase

Sitio web de comercio electrónico utilizando React y Firebase
https://github.com/02alexis/ecommerce_firebase

admin-dashboard ecommerce firebase-auth firebase-database redux redux-toolkit tailwindcss vitejs

Last synced: 2 months ago
JSON representation

Sitio web de comercio electrónico utilizando React y Firebase

Awesome Lists containing this project

README

          

> [!IMPORTANT]
> Para empezar

1. Clona el repositorio

```sh
git clone https://github.com/02Alexis/ecommerce_firebase.git
```

2. Navega hasta el directorio

```sh
cd ecommerce_firebase
```
3. Instala los paquetes de NPM

```sh
npm install
```

4. Ejecuta el proyecto

```sh
npm run dev
```

5. Abre en tu navegador
```
http://localhost:5173/
```

(volver arriba)

## 🛠️ Stack

[![My Skills](https://skillicons.dev/icons?i=vite,tailwind,firebase,redux)](https://skillicons.dev)

(volver arriba)

### Capturas de pantalla de Ecommerce-firebase:

![image](https://github.com/user-attachments/assets/2f28d07c-0a9e-4c05-9fc2-855340fb34ce)

# Perfil de usuario
![image](https://github.com/user-attachments/assets/56c1e2b4-e2e2-4b19-ba5f-268787efbf70)

# Panel admin
![image](https://github.com/user-attachments/assets/07707845-a4a4-4c06-aa38-c9406ed56c3e)

# Panel admin vista productos
![image](https://github.com/user-attachments/assets/79661df5-79ee-449f-a8f3-3be37d739e1a)

# Carrito de compras
![image](https://github.com/user-attachments/assets/b23ba4dd-9d02-4957-944a-6c1391d68de0)

(volver arriba)