Skip to content

In the project I created with Next JS, after entering the login information, you are directed to a site consisting of home, products, and about pages. On this site, you can explore many products and view additional images of the desired product.

Notifications You must be signed in to change notification settings

furkan-dogu/furkan-store-with-nextjs

Repository files navigation

Furkan Store

About the Project

In the project I created with Next JS, after entering the login information, you are directed to a site consisting of home, products, and about pages. On this site, you can explore many products and view additional images of the desired product. The about section contains information about our team, along with links to their GitHub and LinkedIn profiles for further interaction.

Table of Contents

Live Demo

Furkan Store

Backend

Features

  • Logging in with email and password information
  • Pagination for smooth transitions between pages.
  • Easy product search using the filtering feature.

Technologies Used

Usage

  • When you hover over the email and password fields in the login section, the login email address and password are visible.
  • Access detailed information and reviews for each item.
  • Use the search function to find specific products.

Project Skeleton

Furkan Store (folder)
│
├── app
│    ├── dashboard
│    │     ├── about
│    │     │    └── page.jsx
│    │     ├── products
│    │     │    ├── [productId]
│    │     │    │      └── page.jsx
│    │     │    └── page.jsx
│    │     ├── layout.jsx
│    │     └── page.jsx
│    ├── global.css
│    ├── layout.js
│    ├── loading.jsx
│    ├── not-found.jsx
│    └── page.js
├── components
│    ├── Navbar.jsx
│    ├── ProductCard.jsx
│    ├── SearchInput.jsx
│    ├── Stats.jsx
│    └── Testimonial.jsx 
├── context
│    ├── AuthContext.jsx
│    └── ProductContext.jsx 
├── helpers
│    ├── data.js
│    └── ToastNotify.js 
├── hooks
│    ├── useAuthCalls.jsx
│    ├── useAxios.jsx
│    └── useProductCalls.jsx 
├── puclic
│    └── [images] 
├── redux
│    ├── features
│    │     ├── authSlice.jsx
│    │     └── productSlice.jsx
│    ├── provider.jsx
│    └── store.jsx
├── .gitignore
├── jsconfig.json
├── next.config.mjs
├── package.json
├── postcss.config.js
├── README.md
├── tailwind.config.js
└── yarn.lock

Screenshots

Compatibility

The project is compatible with both wide-screen computers and mobile devices.

About

In the project I created with Next JS, after entering the login information, you are directed to a site consisting of home, products, and about pages. On this site, you can explore many products and view additional images of the desired product.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published