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
- Host: GitHub
- URL: https://github.com/02alexis/ecommerce_firebase
- Owner: 02Alexis
- Created: 2025-02-23T17:21:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T18:16:25.000Z (over 1 year ago)
- Last Synced: 2025-03-03T18:23:34.832Z (over 1 year ago)
- Topics: admin-dashboard, ecommerce, firebase-auth, firebase-database, redux, redux-toolkit, tailwindcss, vitejs
- Language: JavaScript
- Homepage:
- Size: 338 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```
## 🛠️ Stack
[](https://skillicons.dev)
### Capturas de pantalla de Ecommerce-firebase:

# Perfil de usuario

# Panel admin

# Panel admin vista productos

# Carrito de compras
