Furniro is a modern e-commerce web application for showcasing and selling furniture products. The project was built with React + Vite, focusing on performance, scalability, and a clean, responsive user experience.
-
Frontend: React, Vite
-
Styling: Tailwind CSS / SCSS (depending on chosen setup)
-
Code Quality: ESLint, Prettier
-
Package Management: Yarn
-
Deployment: Netlify
-
📱 Responsive Design – Fully optimized for mobile, tablet, and desktop.
-
🔍 Product Listing & Filtering – Browse products by categories.
-
🛒 Shopping Cart – Add and manage products in the cart.
-
⚡ High Performance – Lightning-fast builds and HMR with Vite.
-
🛠️ Clean Codebase – ESLint & Prettier for consistent and maintainable code.
├── public/ # Static assets
├── src/ # Source code
│ ├── components/ # Reusable components
│ ├── pages/ # Page-level components
│ ├── assets/ # Images and icons
│ └── App.jsx # Application entry point
├── package.json
├── vite.config.js
└── netlify.tomlRun the following commands in your terminal:
# Install dependencies
yarn install
# Start development server
yarn dev
# Build for production
yarn build
This project was originally developed as part of a group project at Archi's Academy. I have published it on my personal GitHub to showcase my individual contributions.