An open API service indexing awesome lists of open source software.

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

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
```