Skip to content

An e-commerce application built with Next.js featuring user registration and dynamic product page generation based on data from the Fake Store API

Notifications You must be signed in to change notification settings

Pudding2159/SimpleStoreNextJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An e-commerce application built with Next.js featuring user registration and dynamic product page generation based on data from the Fake Store API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published