/fake-store

Simple e-commerce platform featuring API-driven user login, product catalog, shopping cart, and local data

Primary LanguageJavaScript

Fake Store API (Still Under Development!)

Simple e-commerce platform featuring API-driven user login, product catalog, shopping cart, and local data

Tech Stack

Client: React + Vite, Redux, JWT-Decode, Axios, TailwindCSS

Server: Node, Express

Run Locally

Clone the project

  git clone https://github.com/ramaherdianto/fake-store

Go to the project directory

  cd fake-store

Install dependencies

  yarn install

Start the server

  yarn run dev