https://github.com/mehmet-github06/react-store
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.
https://github.com/mehmet-github06/react-store
axios component dummyjson html-css-javascript react react-icons react-router-dom sweetalert2 tailwindcss
Last synced: 8 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mehmet-github06/react-store
- Owner: Mehmet-github06
- Created: 2023-12-23T08:45:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T21:12:47.000Z (about 2 years ago)
- Last Synced: 2025-01-16T05:25:28.243Z (about 1 year ago)
- Topics: axios, component, dummyjson, html-css-javascript, react, react-icons, react-router-dom, sweetalert2, tailwindcss
- Language: JavaScript
- Homepage: https://react-store-h72u.vercel.app/dashboard/about
- Size: 7.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Usage](#usage)
- [Project Skeleton](#project-skeleton)
- [Screenshots](#screenshots)
## Live Demo
[Store](https://react-store-h72u.vercel.app/)
## Features
- Logging in with email and password information
- Pagination for smooth transitions between pages.
- Easy product search using the filtering feature.
## Technologies Used
- React
- Axios for API requests
- React-Router-Dom
- [DummyJSON API](https://dummyjson.com/) for products data
- Icons from [React Icons](https://react-icons.github.io/react-icons/)
- Styling with [Tailwind](https://tailwindcss.com/) and CSS
- [Sweetalert2](https://sweetalert2.github.io/) for alert
## 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](https://dummyjson.com/)