Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zahidrahimoon/redux
The Redux Mini E-com project with Api
https://github.com/zahidrahimoon/redux
Last synced: 7 days ago
JSON representation
The Redux Mini E-com project with Api
- Host: GitHub
- URL: https://github.com/zahidrahimoon/redux
- Owner: zahidrahimoon
- Created: 2024-04-19T15:26:29.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-09-13T15:00:27.000Z (2 months ago)
- Last Synced: 2024-09-14T06:53:08.810Z (2 months ago)
- Language: JavaScript
- Size: 127 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Luxeloom-Api
Luxeloom-Api is a web application that allows users to browse and purchase products from an online store. This project is built using React.js and integrates with the Fake Store API to fetch product data.
## Features
- View a list of products
- View detailed information about a product
- Add products to cart
- Responsive design for mobile and desktop## Technologies Used
- React.js
- React Router
- Redux
- Axios
- Semantic UI
- CSS## Installation
1. Clone the repository:
```
git clone https://github.com/zahidrahimoon/Redux.git
```
2. Install dependencies:
```
npm install
```
3. Run the application:
```
npm start
```## Demo
- Visit the live demo [here](https://luxeloomredux.netlify.app/).