https://github.com/fifolio/dealio
Dealio is an e-Commerce web app built with Redux which is an open-source JavaScript library for managing and centralizing application state. This project is nothing but a showcase for Redux toolkit and its abilities of state management across the entire website
https://github.com/fifolio/dealio
api ecommerce frontend project react redux rtk
Last synced: about 2 months ago
JSON representation
Dealio is an e-Commerce web app built with Redux which is an open-source JavaScript library for managing and centralizing application state. This project is nothing but a showcase for Redux toolkit and its abilities of state management across the entire website
- Host: GitHub
- URL: https://github.com/fifolio/dealio
- Owner: fifolio
- Created: 2023-04-23T17:35:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T11:57:02.000Z (about 3 years ago)
- Last Synced: 2025-06-13T06:43:00.829Z (about 1 year ago)
- Topics: api, ecommerce, frontend, project, react, redux, rtk
- Language: JavaScript
- Homepage: https://dealio.netlify.app
- Size: 7.76 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Dealio is an e-Commerce web app built with Redux which is an open-source JavaScript library for managing and centralizing application state. This project is nothing but a showcase for Redux toolkit and its abilities of state management across the entire website.
Installation
To get started with Dealio, you’ll need to clone this repository to your local machine:
git clone https://github.com/fifolio/Dealio.git
Once you have the repository on your local machine, navigate to the project directory and install the necessary dependencies:
cd Dealio
npm install
Usage
npm run dev
Once the app is running, you can start contibute. See the Features section below for more information on what you can do with Dealio.
Features
- Add Product to Cart
- Increment the number of items in Cart
- Also decrement the Number of items in Cart
- Delete, and Add functionallity
Technologies Used
Dealio is built using the following technologies:
- Vite
- React
- Redux toolkit
Contributing
If you’d like to contribute to Dealio, feel free to fork this repository and submit a pull request with your changes. Please make sure to adhere to the project’s coding standards and guidelines.