Redux E-Commerce Website

Project Screenshot

Demo

Here is a working live demo : redux-cart

Usage

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Built with

  • Next.js - A React framework for building server-rendered applications.
  • Tailwind CSS - A utility-first CSS framework for rapid UI development.
  • Redux - A predictable state container for managing application state.
  • JavaScript - The programming language for the web.
  • Fakestore API - A free fake online REST API for testing and prototyping.