https://github.com/abrahamuchos/crud-redux-toolkit
Guide to using Redux Toolkit for product and user management
https://github.com/abrahamuchos/crud-redux-toolkit
course react react18 redux redux-toolkit vite
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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T22:15:13.000Z (7 months ago)
- Last Synced: 2025-01-18T09:34:11.444Z (3 months ago)
- Topics: course, react, react18, redux, redux-toolkit, vite
- Language: JavaScript
- Homepage:
- Size: 205 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/)