https://github.com/pratiktomar/cartlist-app-rtk
This is a beginner and simple project to learn Redux Toolkit, state management, actions
https://github.com/pratiktomar/cartlist-app-rtk
action-creators actions rtk state-management
Last synced: about 1 month ago
JSON representation
This is a beginner and simple project to learn Redux Toolkit, state management, actions
- Host: GitHub
- URL: https://github.com/pratiktomar/cartlist-app-rtk
- Owner: PratikTomar
- Created: 2023-07-26T10:57:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T09:25:01.000Z (over 2 years ago)
- Last Synced: 2025-01-09T07:52:58.846Z (over 1 year ago)
- Topics: action-creators, actions, rtk, state-management
- Language: JavaScript
- Homepage: https://cartlist-rtk.web.app/
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CartList-App-RTK
## Project Description
This is a beginner and simple project to learn Redux Toolkit, state management, actions
## Preferred technologies
- React JS, Redux Toolkit,
## To Setup this in your local
To install all the client NPM dependencies simply cd into CARTLIST-APP-RTK and run
```
npm install
```
and to run this project simply
```
npm start
```