Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abrahamuchos/crud-redux-toolkit
- Owner: abrahamuchos
- Created: 2024-08-06T13:40:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T20:31:57.000Z (5 months ago)
- Last Synced: 2024-08-22T22:36:33.741Z (5 months ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 projectFor 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/)