Furniro E-Commerce is a modern e-commerce platform built with Next.js and Tailwind CSS. The website allows users to browse and purchase furniture items with a sleek and responsive design.
You can try the live demo of the project here: Furniro E-Commerce Demo
- Responsive Design: Fully optimized for both desktop and mobile devices.
- Lucide Icons: High-quality icons for an improved user interface.
- Tailwind CSS: Fast and flexible utility-first CSS framework for styling.
- Next.js: A robust React framework for fast and SEO-friendly static and server-rendered pages.
- Next.js: React-based framework for building the web application.
- React: JavaScript library for building user interfaces.
- Tailwind CSS: Utility-first CSS framework for rapid UI design.
- Lucide React: Set of high-quality icons for React.
- TypeScript: A statically typed superset of JavaScript.
- ESLint & Prettier: Code linting and formatting for better code quality.
To run this project locally, follow these steps:
-
Clone the repository:
git clone git@github.com:YoussefSayedDev/Furniro_eCommerce.git
-
Navigate to the project directory:
cd furniro-ecommerce -
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000.