Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 489 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 489 Bytes

Simple E-Commerce

This is a simple ecommerce web app built with NextJS 13.4 App Dir

Demo

You can try the live demo of the application here.

Technologies Used

  • NextJS 13.4
  • FakestoreAPI
  • Zustand
  • Tailwind CSS
  • RadixUI

Getting Started

Prerequisites

  • Node.js (v14.0.0 or higher)
  • npm (v6.0.0 or higher)

Installation

  • clone this repository
  • go to directory project
  • run pnpm install
  • run pnpm run dev