Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.01 KB

File metadata and controls

37 lines (26 loc) · 1.01 KB

Context

Simple Store implements a basic online shop using Next.js and the Fake Store API for product data.

Store Catalog Page

Store catalog page

Store Product Page

Product page

Features

  • Dynamic Product Catalog

    • Fetches product information from the Fake Store API
    • Generates a dedicated page for each product
    • Filter system to narrow down offerings by category, price range, etc.
  • Authentication

    • Simple Login and Register forms (accept any input)
    • User data stored in localStorage and persisted across page reloads
    • Logout function to clear the session
  • UI

    • Responsive design optimized for mobile, tablet, and desktop
    • Built with Tailwind CSS for utility-first styling
    • Icons provided by Font Awesome
# Recommended
npm install
# or
yarn install
# or
pnpm install