Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages