Simple Store implements a basic online shop using Next.js and the Fake Store API for product data.
-
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
localStorageand 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
