Skip to content

In the project I created with React, 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

Mehmet-github06/react-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store App 🛒

About the Project

In the project I created with React, 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

Store

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)
|
|----readme.md         
SOLUTION
├── public
│    └── index.html
├── src
│    ├── assets
│    │     └── [images]
│    ├── components
│    │     ├── Loading.jsx
│    │     ├── Navbar.jsx
│    │     ├── ProductCard.jsx    
│    │     ├── SearchInput.jsx    
│    │     ├── Stats.jsx    
│    │     └── Testimonial.jsx  
│    ├── context
│    │     ├── AuthProvider.js
│    │     └── ProductProvider.js 
│    ├── helpers
│    │     ├── data.js
│    │     └── icons.js
│    ├── pages
│    │     ├── About.jsx
│    │     ├── Home.jsx
│    │     ├── Login.jsx
│    │     ├── NotFound.jsx
│    │     ├── ProductDetail.jsx    
│    │     └── Products.jsx 
│    ├── router
│    │     ├── AppRouter.jsx
│    │     └── PrivateRouter.jsx
│    ├── App.js
│    ├── index.css
│    └── index.js
├── package.json
└── yarn.lock

Screenshots

Compatibility

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

Acknowledgments

Products data provided by DummyJSON

About

In the project I created with React, 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