StoreFlux is a modern, responsive e-commerce website built with React and Tailwind CSS, fetching dynamic product data from the Platzki Fake Store API. Users can browse products, view details, and enjoy a clean shopping interface.
Check out the live demo here: StoreFlux Demo
- Browse a wide range of products from Fake Store API.
- View product details with images, price, category, and description.
- Fully responsive design powered by Tailwind CSS.
- Smooth navigation and clean, modern UI.
- Easy to extend for shopping cart, authentication, and checkout.
- Add shopping cart and checkout functionality.
- Implement user authentication.
- Add search and filter options for products.
- Integrate payment gateway for real transactions.
- Frontend: React.js
- Styling: Tailwind CSS
- API: Platzki Fake Store API
- Node.js >= 18.x
- npm or yarn
- Clone the repository:
git clone https://github.com/Shrrutii29/StoreFlux.git- Navigate to project folder:
cd StoreFlux- Install dependencies:
npm install- Start development server:
npm run dev