Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abrahamuchos/crud-redux-toolkit

Guide to using Redux Toolkit for product and user management
https://github.com/abrahamuchos/crud-redux-toolkit

Last synced: about 2 months ago
JSON representation

Guide to using Redux Toolkit for product and user management

Awesome Lists containing this project

README

        

# CRUD Redux Toolkit
React Redux Toolkit (RTK) utility guide paving the way for efficient state management in your React applications project

For demonstration purposes only

Backend is simulated.

## ✅ Features

- Show List Users
- Show List Product
- Edit a product name
- Delete a product name
- Manage state with Redux Toolkit

## ⚙️ Tech Stack

- React 18.3
- Tailwindcss 3.4
- Vite 5.3
- React Redux 9.1
- React Redux Toolkit 2.2

## 💾 Installation

1. Clone the repository:
```bash
git clone https://github.com/abrahamuchos/crud-redux-toolkit.git
```

2. Navigate to the project directory:
```bash
cd crud-redux-toolkit
```
3. Install dependencies:
```bash
npm install
```

4. Start the development server:
Run frontend and backend (json-server)
```bash
npm run dev:all
```

## 🧑‍💻 Authors

- [@abrahamuchos](https://github.com/abrahamuchos)
- [Contact mail](mailto:[email protected])

## 📄 License

[MIT](https://choosealicense.com/licenses/mit/)